You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Matt Benson <gu...@gmail.com> on 2014/09/27 20:10:52 UTC

Re: svn commit: r1627984 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java

:-)
On Sep 27, 2014 12:33 PM, <dj...@apache.org> wrote:

> Author: djones
> Date: Sat Sep 27 17:33:00 2014
> New Revision: 1627984
>
> URL: http://svn.apache.org/r1627984
> Log:
> Removed redundant static modifier (thanks, Matt).
>
> Modified:
>
> commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java
>
> Modified:
> commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java
> URL:
> http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java?rev=1627984&r1=1627983&r2=1627984&view=diff
>
> ==============================================================================
> ---
> commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java
> (original)
> +++
> commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java
> Sat Sep 27 17:33:00 2014
> @@ -119,7 +119,7 @@ public class DateUtils {
>      /**
>       * Calendar modification types.
>       */
> -    private static enum ModifyType {
> +    private enum ModifyType {
>          /**
>           * Truncation.
>           */
>
>
>