source: josm/trunk/src/org/openstreetmap/josm/gui/conflict/pair/ListRole.java@ 11848

Last change on this file since 11848 was 11330, checked in by Don-vip, 7 years ago

sonar - fix recent issues

  • Property svn:eol-style set to native
File size: 261 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.conflict.pair;
3
4/**
5 * Enumeration of roles entry lists play in {@link AbstractListMergeModel}
6 */
7public enum ListRole {
8 MY_ENTRIES,
9 MERGED_ENTRIES,
10 THEIR_ENTRIES
11}
Note: See TracBrowser for help on using the repository browser.