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/ProfilesRepository.java

    r16 r19  
    2222
    2323        /**
    24          * @param simple profilename of the form "domainname/profileX" (no
    25          *               extendsions).
    26          * @return profile with the given name and the given domain, or null if no
    27          *         such domain or profile exists.
     24         * @param profilename simple profile name of the form "domainname/profileX"
     25         *                    (no extendsions).
     26         * @return {@link Profile} with the given name and the given domain, or null
     27         *         if no such domain or profile exists.
    2828         *
    2929         */
Note: See TracChangeset for help on using the changeset viewer.