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:
Benedikt Ritter 2014-01-12 18:45:19 +00:00
parent 9a5706719c
commit bdb68492fc
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class ClassUtils {
* @since 3.2
*/
public enum Interfaces {
INCLUDE, EXCLUDE;
INCLUDE, EXCLUDE
}
/**