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

    r16119 r19050  
    7878    public String getDescriptionText() {
    7979        String msg;
    80         switch(OsmPrimitiveType.from(osm)) {
     80        switch (OsmPrimitiveType.from(osm)) {
    8181        case NODE: msg = marktr("Change node {0}"); break;
    8282        case WAY: msg = marktr("Change way {0}"); break;
Note: See TracChangeset for help on using the changeset viewer.