Skip to content

Commit b0586a7

Browse files
committed
warnings removal
1 parent f70812f commit b0586a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ion/src/test/java/com/fasterxml/jackson/dataformat/ion/ionvalue/IonValueDeserializerTest.java

+2-4
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,10 @@ public boolean equals(Object obj) {
5858

5959
}
6060

61-
private static class StringData extends Data<String> {
62-
61+
static class StringData extends Data<String> {
6362
}
6463

65-
private static class IonValueData extends Data<IonValue> {
66-
64+
static class IonValueData extends Data<IonValue> {
6765
}
6866

6967
private static final IonSystem SYSTEM = IonSystemBuilder.standard().build();

0 commit comments

Comments
 (0)