- Timestamp:
- 10/06/20 13:12:24 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/geniusweb/profilesserver/DefaultProfilesRepository.java
r16 r19 33 33 * all currently available profiles and domains. Invariant for this class: 34 34 * 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}. All36 * profile values in the map their {@link Profile#getDomain()} match with37 * 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. 38 38 */ 39 39 protected final Map<Domain, List<Profile>> available = new ConcurrentHashMap<>();
Note:
See TracChangeset
for help on using the changeset viewer.