Ignore:
Timestamp:
2024-04-22T20:59:26+02:00 (2 years 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/command/AddCommand.java

    r13173 r19050  
    7272    public String getDescriptionText() {
    7373        String msg;
    74         switch(OsmPrimitiveType.from(osm)) {
     74        switch (OsmPrimitiveType.from(osm)) {
    7575        case NODE: msg = marktr("Add node {0}"); break;
    7676        case WAY: msg = marktr("Add way {0}"); break;
Note: See TracChangeset for help on using the changeset viewer.