source: josm/trunk/src/org/openstreetmap/josm/gui/conflict/tags/MergeDecisionType.java@ 1622

Last change on this file since 1622 was 1622, checked in by Gubaer, 15 years ago

first version of extended conflict resolution dialog.

File size: 187 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.conflict.tags;
3
4public enum MergeDecisionType {
5 KEEP_MINE,
6 KEEP_THEIR,
7 UNDECIDED,
8}
Note: See TracBrowser for help on using the repository browser.