source: josm/trunk/src/org/openstreetmap/josm/gui/conflict/pair/IConflictResolver.java@ 2936

Last change on this file since 2936 was 2936, checked in by jttt, 14 years ago

Fixed #4408 confict manager: do not have to solve tag- and element-conficts when deleting

  • Property svn:mime-type set to text/plain
File size: 183 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.conflict.pair;
3
4public interface IConflictResolver {
5
6 void deletePrimitive(boolean deleted);
7
8}
Note: See TracBrowser for help on using the repository browser.