Changeset 2934 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2010-02-04T14:58:52+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java
r2927 r2934 344 344 */ 345 345 public boolean isUpdateRequired() { 346 if (this.localversion == null) return false;346 if (this.localversion == null) return true; 347 347 return isUpdateRequired(this.localversion); 348 348 }
Note:
See TracChangeset
for help on using the changeset viewer.