Ignore:
Timestamp:
10/06/20 13:12:20 (4 years ago)
Author:
bart
Message:

Fixes an issue with processing maxPower of a vote. Javadoc maven plugin now uses latest version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • timeline/src/main/java/geniusweb/progress/ProgressTime.java

    r18 r24  
    3838        /**
    3939         *
    40          * @param duration the duration, eg {@link DeadlineTime#getDuration()}. Must
    41          *                 be >0.
    42          * @param start    the start Date (unix time in millisecs since 1970). See
    43          *                 {@link System#currentTimeMillis()}.
     40         * @param d     the duration, eg {@link DeadlineTime#getDuration()}. Must be
     41         *              > 0.
     42         * @param start the start Date (unix time in millisecs since 1970). See
     43         *              {@link System#currentTimeMillis()}.
    4444         */
    4545        @JsonCreator
Note: See TracChangeset for help on using the changeset viewer.