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

Last change on this file since 5299 was 5266, checked in by bastiK, 12 years ago

fixed majority of javadoc warnings by replacing "{@see" by "{@link"

  • Property svn:eol-style set to native
File size: 253 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 ListMergeModel}
6 */
7public enum ListRole {
8 MY_ENTRIES,
9 MERGED_ENTRIES,
10 THEIR_ENTRIES
11}
Note: See TracBrowser for help on using the repository browser.