People (partial)

This commit is contained in:
Stuart Boston
2015-03-01 19:25:47 +00:00
parent 45b66ef0b1
commit 46a50703d7
27 changed files with 1051 additions and 184 deletions
@@ -53,7 +53,7 @@ public class AbstractMethod {
protected static final TypeReference<WrapperGenericList<TVBasic>> TR_TV_BASIC = getTypeReference(TVBasic.class);
protected static final TypeReference<WrapperGenericList<UserList>> TR_USER_LIST = getTypeReference(UserList.class);
protected static <T> TypeReference getTypeReference(T Class) {
private static <T> TypeReference getTypeReference(T Class) {
return new TypeReference<WrapperGenericList<T>>() {
};
}