Repository: commons-io
Updated Branches:
  refs/heads/master 91a94d9f4 -> 68a73b54d


Redundant superinterface Serializable for the type IOCase, already
defined by Enum<IOCase>.

Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/68a73b54
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/68a73b54
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/68a73b54

Branch: refs/heads/master
Commit: 68a73b54d6fd08ea2951ea1911e035a2390119bc
Parents: 91a94d9
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Tue Mar 6 14:00:39 2018 -0700
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Tue Mar 6 14:00:39 2018 -0700

----------------------------------------------------------------------
 src/main/java/org/apache/commons/io/IOCase.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/68a73b54/src/main/java/org/apache/commons/io/IOCase.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/io/IOCase.java 
b/src/main/java/org/apache/commons/io/IOCase.java
index a1ee69b..06dc449 100644
--- a/src/main/java/org/apache/commons/io/IOCase.java
+++ b/src/main/java/org/apache/commons/io/IOCase.java
@@ -16,8 +16,6 @@
  */
 package org.apache.commons.io;
 
-import java.io.Serializable;
-
 /**
  * Enumeration of IO case sensitivity.
  * <p>

Reply via email to