Changeset 14473 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2018-12-01T14:37:02+01:00 (8 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/actions
- Files:
-
- 2 edited
-
ValidateAction.java (modified) (2 diffs)
-
upload/ValidateUploadHook.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/ValidateAction.java
r13434 r14473 102 102 // Hack - this action should stay forever because it could be added to toolbar 103 103 // Do not call super.destroy() here 104 lastSelection = null; 104 105 } 105 106 … … 166 167 test.endTest(); 167 168 errors.addAll(test.getErrors()); 169 test.clear(); 168 170 } 169 171 tests = null; -
trunk/src/org/openstreetmap/josm/actions/upload/ValidateUploadHook.java
r14153 r14473 72 72 } 73 73 } 74 test.clear(); 74 75 } 75 76
Note:
See TracChangeset
for help on using the changeset viewer.
