You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewIllegalStateException("The current reader doesn't support reading extension type");
146
-
}
147
-
148
143
privatevoidfail(Stringname) {
149
144
thrownewIllegalArgumentException(String.format("You tried to read a [%s] type when you are using a field reader of type [%s].", name, this.getClass().getSimpleName()));
Copy file name to clipboardExpand all lines: vector/src/main/codegen/templates/AbstractFieldWriter.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -107,15 +107,14 @@ public void endEntry() {
107
107
thrownewIllegalStateException(String.format("You tried to end a map entry when you are using a ValueWriter of type %s.", this.getClass().getSimpleName()));
0 commit comments