- Timestamp:
- 10/06/20 13:12:24 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/geniusweb/profilesserver/AutoUpdatingProfilesRepository.java
r16 r19 367 367 * {@link FileWatcher}. 368 368 * 369 * @param file 369 * @param file the file/dir to watch 370 370 * @return a class that watches for file changes below the given file. 371 371 */ … … 380 380 * @return the root dir of the repo. This is the 'database' where all known 381 381 * profiles are stored. 382 * @throws URISyntaxException383 382 */ 384 383 protected Path getRootDir() {
Note:
See TracChangeset
for help on using the changeset viewer.