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/UsabilityDefect.java

    r927 r1301  
    3535 
    3636    /** 
    37      * TODO: comment 
    38      *  
    39      * @param medium 
    40      * @param highTextInputRatio 
     37     * 
    4138     */ 
    4239    public UsabilityDefect(UsabilityDefectSeverity severity, UsabilityDefectDescription description) 
     
    4643 
    4744    /** 
    48      * TODO: comment 
    49      *  
    50      * @param medium 
    51      * @param highTextInputRatio 
     45     * 
    5246     */ 
    5347    public UsabilityDefect(UsabilityDefectSeverity    severity, 
     
    6155 
    6256    /** 
    63      * TODO: comment 
    6457     *  
    65      * @return 
    6658     */ 
    6759    public UsabilityDefectSeverity getSeverity() { 
     
    7062 
    7163    /** 
    72      * @param severity 
    73      *            the severity to set 
     64     * 
    7465     */ 
    7566    public void setSeverity(UsabilityDefectSeverity severity) { 
     
    7869 
    7970    /** 
    80      * @param description 
    81      *            the description to set 
     71     * 
    8272     */ 
    8373    public void setDescription(UsabilityDefectDescription description) { 
     
    8676 
    8777    /** 
    88    *  
    89    */ 
     78     *  
     79     */ 
    9080    public String getParameterizedDescription() { 
    9181        return description.toString(descriptionParameters); 
Note: See TracChangeset for help on using the changeset viewer.