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/gui/dialogs/UserListDialog.java

    r18715 r19050  
    351351        public Object getValueAt(int row, int column) {
    352352            UserInfo info = data.get(row);
    353             switch(column) {
     353            switch (column) {
    354354            case 0: /* author */ return info.getName() == null ? "" : info.getName();
    355355            case 1: /* count */ return info.count;
Note: See TracChangeset for help on using the changeset viewer.