Skip to content

Commit

Permalink
working REST/json
Browse files Browse the repository at this point in the history
  • Loading branch information
Patricl Pollet committed Apr 30, 2011
1 parent fc0d22e commit 8dde4ad
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/net/patrickpollet/gson/GsonUtils.java
Expand Up @@ -99,16 +99,6 @@ public static boolean isWrapperType(String typeName) {
}


/*
public static String getPrimitiveTypeFetchValue(String typeName) {
int i = findPrimitiveTypeIndex(typeName);
if (i != -1)
return PRIMITIVE_FETCH_VALUES[i];
else
return "";
}
*/

public static String getPrimitiveTypeReturnValue(String typeName,
boolean fault) {
int i = findPrimitiveTypeIndex(typeName);
Expand Down

0 comments on commit 8dde4ad

Please sign in to comment.