Changeset 6883 in josm for trunk/src/org/openstreetmap/josm/gui/preferences/server/ProxyPreferencesPanel.java
- Timestamp:
- 2014-02-25T01:31:24+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/server/ProxyPreferencesPanel.java
r6643 r6883 72 72 * @return The proxy policy matching the given name, or {@code null} 73 73 */ 74 static public ProxyPolicy fromName(String policyName) {74 public static ProxyPolicy fromName(String policyName) { 75 75 if (policyName == null) return null; 76 76 policyName = policyName.trim().toLowerCase();
Note:
See TracChangeset
for help on using the changeset viewer.
