Changeset 242
- Timestamp:
- 03/01/06 14:04:27
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/appcommon/src/org/bedework/appcommon/IntSelectId.java
r161 r242 66 66 */ 67 67 public class IntSelectId implements Serializable { 68 /** Neither A nor B has precedence68 /** ENUM Neither A nor B has precedence 69 69 */ 70 70 public static final int NoneHasPrecedence = 0; … … 115 115 this.newValue = originalValue; 116 116 precedence = preferred; 117 changed = false; 117 118 } 118 119
