Remove unnecessary semicolon
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a5706719c
commit
bdb68492fc
|
@ -50,7 +50,7 @@ public class ClassUtils {
|
|||
* @since 3.2
|
||||
*/
|
||||
public enum Interfaces {
|
||||
INCLUDE, EXCLUDE;
|
||||
INCLUDE, EXCLUDE
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue