Ignore:
Timestamp:
07/18/16 13:44:58 (8 years ago)
Author:
sherbold
Message:
  • more code documentation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/src/de/ugoe/cs/cpdp/versions/SoftwareVersion.java

    r135 r136  
    5555     * @param instances 
    5656     *            data of the version 
     57     * @param efforts 
     58     *            review efforts for the version 
    5759     */ 
    5860    public SoftwareVersion(String project, 
     
    99101     * </p> 
    100102     * 
    101      * @return 
     103     * @return the review efforts 
    102104     */ 
    103105    public List<Double> getEfforts() { 
Note: See TracChangeset for help on using the changeset viewer.