Skip to content

Commit 53d703e

Browse files
authored
Update outdated comment regarding serializable types (#3012)
1 parent 0189b72 commit 53d703e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gson/src/main/java/com/google/gson/internal/GsonTypes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public static Type canonicalize(Type type) {
120120
return new WildcardTypeImpl(w.getUpperBounds(), w.getLowerBounds());
121121

122122
} else {
123-
// type is either serializable as-is or unsupported
123+
// unsupported type, return as is
124124
return type;
125125
}
126126
}

0 commit comments

Comments
 (0)