mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-08 02:58:33 +00:00
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:
parent
52e854e3bd
commit
2aae22de23
@ -119,7 +119,7 @@ public class DateUtils {
|
||||
/**
|
||||
* Calendar modification types.
|
||||
*/
|
||||
private static enum ModifyType {
|
||||
private enum ModifyType {
|
||||
/**
|
||||
* Truncation.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user