Ignore:
Timestamp:
2014-02-25T01:31:24+01:00 (12 years ago)
Author:
Don-vip
Message:

fix some Sonar issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/server/ProxyPreferencesPanel.java

    r6643 r6883  
    7272         * @return The proxy policy matching the given name, or {@code null}
    7373         */
    74         static public ProxyPolicy fromName(String policyName) {
     74        public static ProxyPolicy fromName(String policyName) {
    7575            if (policyName == null) return null;
    7676            policyName = policyName.trim().toLowerCase();
Note: See TracChangeset for help on using the changeset viewer.