Ignore:
Timestamp:
08/17/12 09:46:55 (12 years ago)
Author:
pharms
Message:
  • adaptations to remove some find bugs warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/AbstractDefaultGUIElement.java

    r550 r564  
    1818    public static final long serialVersionUID = 1L; 
    1919 
    20     /** the parent interaction element */ 
    21     private IGUIElement parent; 
    22  
    2320    /** the information about the original type before the mapping */ 
    2421    private String originalTypeInfo; 
    25  
    26     /* 
    27      * (non-Javadoc) 
    28      *  
    29      * @see GUIElement#getParent() 
    30      */ 
    31     public IGUIElement getParent() { 
    32         return parent; 
    33     } 
    3422 
    3523    /* 
Note: See TracChangeset for help on using the changeset viewer.