- Timestamp:
- 07/18/16 13:44:58 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/versions/SoftwareVersion.java
r135 r136 55 55 * @param instances 56 56 * data of the version 57 * @param efforts 58 * review efforts for the version 57 59 */ 58 60 public SoftwareVersion(String project, … … 99 101 * </p> 100 102 * 101 * @return 103 * @return the review efforts 102 104 */ 103 105 public List<Double> getEfforts() {
Note: See TracChangeset
for help on using the changeset viewer.