Ignore:
Timestamp:
10/06/20 13:12:24 (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
  • src/main/java/geniusweb/profilesserver/events/ProfileChangeEvent.java

    r1 r19  
    77
    88        /**
    9          *
    10          * @param type the {@link ModificationType} of this event.
    11          *
    12          * @param old  the profile before the change. Null if it was added.
    13          * @param      new the profile after the change. Null if it was removed
     9         * @param oldprof the profile before the change. Null if it was added.
     10         * @param newprof the profile after the change. Null if it was removed
    1411         */
    1512        public ProfileChangeEvent(Profile oldprof, Profile newprof) {
Note: See TracChangeset for help on using the changeset viewer.