- Timestamp:
- 2014-10-21T21:04:05+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/conflict/tags/TagConflictResolverModel.java
r7610 r7642 191 191 * Replies true if each {@link MultiValueResolutionDecision} is decided. 192 192 * 193 * @return true if each {@link MultiValueResolutionDecision} is decided; false 194 * otherwise 193 * @return true if each {@link MultiValueResolutionDecision} is decided; false otherwise 195 194 */ 196 195 public boolean isResolvedCompletely() { 197 return numConflicts == 0 ;196 return numConflicts == 0 && keysWithConflicts.isEmpty(); 198 197 } 199 198
Note:
See TracChangeset
for help on using the changeset viewer.