Skip to content

Commit 6bcf897

Browse files
author
Gary Gregory
committed
Remove redundant modifiers
1 parent fa8525f commit 6bcf897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/input/ClassLoaderObjectInputStreamTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public void testPrimitiveLong() throws Exception {
9494
}
9595
}
9696

97-
private static enum E {A, B, C}
97+
private enum E {A, B, C}
9898

9999
private static class Test implements Serializable {
100100
private static final long serialVersionUID = 1L;

0 commit comments

Comments
 (0)