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

    r16 r19  
    367367         * {@link FileWatcher}.
    368368         *
    369          * @param file
     369         * @param file the file/dir to watch
    370370         * @return a class that watches for file changes below the given file.
    371371         */
     
    380380         * @return the root dir of the repo. This is the 'database' where all known
    381381         *         profiles are stored.
    382          * @throws URISyntaxException
    383382         */
    384383        protected Path getRootDir() {
Note: See TracChangeset for help on using the changeset viewer.