Ignore:
Timestamp:
2024-04-22T20:59:26+02:00 (6 weeks ago)
Author:
taylor.smock
Message:

Revert most var changes from r19048, fix most new compile warnings and checkstyle issues

Also, document why various ErrorProne checks were originally disabled and fix
generic SonarLint issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/FileWatcher.java

    r17526 r19050  
    3535    private final Map<Path, SourceEntry> sourceMap = new HashMap<>();
    3636
    37     private static class InstanceHolder {
     37    private static final class InstanceHolder {
    3838        static final FileWatcher INSTANCE = new FileWatcher();
    3939    }
Note: See TracChangeset for help on using the changeset viewer.