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();`
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();