We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f80936 commit 61f83d6Copy full SHA for 61f83d6
gson/src/main/java/com/google/gson/internal/bind/TypeAdapters.java
@@ -805,7 +805,7 @@ public EnumTypeAdapter(Class<T> classOfT) {
805
constantToName.put(constant, name);
806
}
807
} catch (NoSuchFieldException e) {
808
- throw new AssertionError("Missing field in " + classOfT.getName(), e);
+ throw new AssertionError(e);
809
810
811
@Override public T read(JsonReader in) throws IOException {
0 commit comments