mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-09 03:24:58 +00:00
changed constructor empty statement to super
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@209374 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0732223726
commit
fc794c60ef
@ -40,7 +40,7 @@ public class EnumUtils {
|
||||
* @since 2.0
|
||||
*/
|
||||
public EnumUtils() {
|
||||
; // empty constructor
|
||||
super();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user