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

    r16643 r19050  
    238238     * Structure of xml described here:  http://wiki.openstreetmap.org/index.php/Name_finder
    239239     */
    240     private static class NameFinderResultParser extends DefaultHandler {
     240    private static final class NameFinderResultParser extends DefaultHandler {
    241241        private SearchResult currentResult;
    242242        private StringBuilder description;
Note: See TracChangeset for help on using the changeset viewer.