Removed redundant static modifier (thanks, Matt).

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1627984 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Duncan Jones 2014-09-27 17:33:00 +00:00
parent 52e854e3bd
commit 2aae22de23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public class DateUtils {
/**
* Calendar modification types.
*/
private static enum ModifyType {
private enum ModifyType {
/**
* Truncation.
*/