- Timestamp:
- 2014-10-21T21:19:16+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/conflict/tags/TagConflictResolverModel.java
r7642 r7643 194 194 */ 195 195 public boolean isResolvedCompletely() { 196 return numConflicts == 0 && keysWithConflicts .isEmpty();196 return numConflicts == 0 && keysWithConflicts != null && keysWithConflicts.isEmpty(); 197 197 } 198 198
Note:
See TracChangeset
for help on using the changeset viewer.