Changeset 12 for timeline/src/main/java/geniusweb/progress
- Timestamp:
- 02/13/20 16:30:49 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
timeline/src/main/java/geniusweb/progress/ProgressRounds.java
r1 r12 45 45 public Date getTerminationTime() { 46 46 return endtime; 47 } 48 49 /** 50 * 51 * @return the current round. First round is 0. It is not recommended to use 52 * this, as this may make your code working with rounds only. 53 */ 54 public Integer getCurrentRound() { 55 return currentRound; 56 } 57 58 /** 59 * 60 * @return total number of rounds. It is not recommended to use this, as 61 * this may make your code working with rounds only. 62 */ 63 public Integer getTotalRounds() { 64 return duration; 47 65 } 48 66
Note:
See TracChangeset
for help on using the changeset viewer.