Changeset 595


Ignore:
Timestamp:
08/23/12 13:39:51 (12 years ago)
Author:
pharms
Message:
  • adapted to match comment template
File:
1 edited

Legend:

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

    r589 r595  
    1010 
    1111/** 
     12 * <p> 
    1213 * TODO comment 
     14 * </p> 
    1315 *  
    1416 * @version $Revision: $ $Date: $ 
     
    1820     
    1921    /** 
    20      * 
     22     * <p> 
     23     * TODO comment 
     24     * </p> 
    2125     */ 
    2226    public IGUIElementSpec getSpecification(); 
    2327 
    2428    /** 
     29     * <p> 
     30     * TODO comment 
     31     * </p> 
     32     *   
    2533     * @param other 
    2634     * @return 
     
    2937 
    3038    /** 
    31      *  
     39     * <p> 
     40     * TODO comment 
     41     * </p> 
    3242     */ 
    3343    public int hashCode(); 
    3444 
    35     public void updateSpecification(IGUIElementSpec specToIntegrateElementFor); 
     45    /** 
     46     * <p> 
     47     * TODO comment 
     48     * </p> 
     49     */ 
     50    public void updateSpecification(IGUIElementSpec furtherSpec); 
    3651} 
Note: See TracChangeset for help on using the changeset viewer.