Skip to content

Commit

Permalink
Add missing @SInCE TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed Oct 1, 2017
1 parent 3149ca8 commit 1ca5da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/jenkins/util/TimeDuration.java
Expand Up @@ -43,6 +43,7 @@ public long getTimeInMillis() {

/**
* Returns the duration of this instance in <em>seconds</em>.
* @since TODO
*/
public int getTimeInSeconds() {
return (int) (millis / 1000L);
Expand Down

0 comments on commit 1ca5da2

Please sign in to comment.