- Timestamp:
- 10/06/20 13:12:24 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/geniusweb/profilesserver/ProfilesRepository.java
r16 r19 22 22 23 23 /** 24 * @param simple profilename of the form "domainname/profileX" (no25 * extendsions).26 * @return profile with the given name and the given domain, or null if no27 * 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. 28 28 * 29 29 */
Note:
See TracChangeset
for help on using the changeset viewer.