We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0189b72 commit 53d703eCopy full SHA for 53d703e
1 file changed
gson/src/main/java/com/google/gson/internal/GsonTypes.java
@@ -120,7 +120,7 @@ public static Type canonicalize(Type type) {
120
return new WildcardTypeImpl(w.getUpperBounds(), w.getLowerBounds());
121
122
} else {
123
- // type is either serializable as-is or unsupported
+ // unsupported type, return as is
124
return type;
125
}
126
0 commit comments