Changeset 12011 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2017-04-27T23:47:16+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/Main.java
r12010 r12011 583 583 protected abstract void initializeMainWindow(); 584 584 585 private staticclass InitializationTask implements Callable<Void> {585 static final class InitializationTask implements Callable<Void> { 586 586 587 587 private final String name; … … 1231 1231 1232 1232 /** 1233 * Clears the network errors cache. 1234 * @since 12011 1235 */ 1236 public static void clearNetworkErrors() { 1237 NETWORK_ERRORS.clear(); 1238 } 1239 1240 /** 1233 1241 * Returns the JOSM website URL. 1234 1242 * @return the josm website URL
Note:
See TracChangeset
for help on using the changeset viewer.