Changeset 6999 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2014-04-25T10:36:29+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r6995 r6999 75 75 private static final int MILLIS_OF_DAY = 86400000; 76 76 77 public static final String URL_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~:/?#[]@!$&'()*+,;="; 78 77 // Should us keep "%" character when fixing URL or encode it? Let us keep them for now, see #9937 78 public static final String URL_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~:/?#[]@!$&'()*+,;=%"; 79 79 80 /** 80 81 * Tests whether {@code predicate} applies to at least one elements from {@code collection}.
Note:
See TracChangeset
for help on using the changeset viewer.