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/gui/io/CredentialDialog.java

    r14214 r19050  
    4949/**
    5050 * Dialog box to request username and password from the user.
    51  *
     51 * <p>
    5252 * The credentials can be for the OSM API (basic authentication), a different
    5353 * host or an HTTP proxy.
     
    370370    }
    371371
    372     private static class SelectAllOnFocusHandler extends FocusAdapter {
     372    private static final class SelectAllOnFocusHandler extends FocusAdapter {
    373373        @Override
    374374        public void focusGained(FocusEvent e) {
Note: See TracChangeset for help on using the changeset viewer.