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

    r16 r19  
    3333         * all currently available profiles and domains. Invariant for this class:
    3434         * All {@link Domain}s in this map have a unique name that matches the
    35          * directory name and file name on the file system below {@link #dir}. All
    36          * profile values in the map their {@link Profile#getDomain()} match with
    37          * the domain key in the map.
     35         * directory name and file name on the file system below the given
     36         * directory. All profile values in the map their
     37         * {@link Profile#getDomain()} match with the domain key in the map.
    3838         */
    3939        protected final Map<Domain, List<Profile>> available = new ConcurrentHashMap<>();
Note: See TracChangeset for help on using the changeset viewer.