Changeset 6890 in josm for trunk/src/org/openstreetmap/josm/plugins/ReadRemotePluginInformationTask.java
- Timestamp:
- 2014-02-27T02:50:12+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/ReadRemotePluginInformationTask.java
r6883 r6890 59 59 protected enum CacheType {PLUGIN_LIST, ICON_LIST} 60 60 61 protected void init(Collection<String> sites, boolean displayErrMsg){ 61 protected final void init(Collection<String> sites, boolean displayErrMsg){ 62 62 this.sites = sites; 63 63 if (sites == null) { … … 88 88 init(sites, displayErrMsg); 89 89 } 90 91 90 92 91 @Override
Note:
See TracChangeset
for help on using the changeset viewer.
