- Timestamp:
- 09/06/12 11:32:45 (12 years ago)
- Location:
- trunk/quest-plugin-jfc/src/main/java/de/ugoe/cs/quest/plugin/jfc/guimodel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-jfc/src/main/java/de/ugoe/cs/quest/plugin/jfc/guimodel/JFCGUIElement.java
r743 r778 12 12 public class JFCGUIElement extends AbstractDefaultGUIElement { 13 13 14 /** */ 14 /** 15 * <p> 16 * Id for object serialization. 17 * </p> 18 */ 15 19 private static final long serialVersionUID = 1L; 16 20 -
trunk/quest-plugin-jfc/src/main/java/de/ugoe/cs/quest/plugin/jfc/guimodel/JFCGUIElementSpec.java
r743 r778 18 18 public class JFCGUIElementSpec implements IGUIElementSpec { 19 19 20 /** */ 21 private static final long serialVersionUID = 1L; 22 20 23 /** 21 24 * <p>
Note: See TracChangeset
for help on using the changeset viewer.