Skip to content

Commit 48f7e17

Browse files
committed
Redundant superinterface Serializable for the type IOCase, already
defined by Enum<IOCase>.
1 parent 8993c00 commit 48f7e17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/IOCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*
3434
* @since 1.3
3535
*/
36-
public enum IOCase implements Serializable {
36+
public enum IOCase {
3737

3838
/**
3939
* The constant for case sensitive regardless of operating system.

0 commit comments

Comments
 (0)