Skip to content

Bug in com.sailthru.client.params.ListStat? #46

@kfreytag

Description

@kfreytag

In com.sailthru.client.params.ListStat.getType(), the returned value is initialized as follows:

Type type = new TypeToken<BlastStat>() {}.getType();

shouldn't that be as follows?:

Type type = new TypeToken<ListStat>() {}.getType();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions