Changeset 11747 in josm for trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
- Timestamp:
- 2017-03-19T15:55:27+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r11586 r11747 1925 1925 * @since 1.5.0 1926 1926 */ 1927 public static synchronized void updateTLDOverride(ArrayType table, String 1927 public static synchronized void updateTLDOverride(ArrayType table, String... tlds) { 1928 1928 if (inUse) { 1929 1929 throw new IllegalStateException("Can only invoke this method before calling getInstance");
Note:
See TracChangeset
for help on using the changeset viewer.