Ignore:
Timestamp:
08/23/13 15:15:55 (11 years ago)
Author:
pharms
Message:
  • removed some TODOs as one TODO for commenting a class is sufficient for that class
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-usability/src/main/java/de/ugoe/cs/autoquest/usability/UsabilityDefectDescription.java

    r927 r1301  
    4747 
    4848    /** 
    49      * TODO: comment 
    50      *  
    51      * @param name 
    52      * @param ordinal 
     49     * 
    5350     */ 
    5451    private UsabilityDefectDescription() { 
     
    5754 
    5855    /** 
    59      * TODO: comment 
    60      *  
     56     * 
    6157     */ 
    6258    @SuppressWarnings("unchecked") 
     
    108104 
    109105    /** 
    110    *  
    111    */ 
     106     *  
     107     */ 
    112108    public String[] getDescriptionParameters() { 
    113109        List<String> parameters = new ArrayList<String>(); 
     
    123119 
    124120    /** 
    125    *  
    126    */ 
     121     *  
     122     */ 
    127123    public String toString(Map<String, String> parameters) throws IllegalArgumentException { 
    128124        StringBuffer result = new StringBuffer(); 
     
    186182 
    187183    /** 
    188      * TODO: comment 
    189      *  
    190      * @param fragment 
    191      * @return 
     184     * 
    192185     */ 
    193186    private String getFragmentString(Object fragment) { 
Note: See TracChangeset for help on using the changeset viewer.