Skip to content

Commit 586cc89

Browse files
committed
Fixed Javados on toString() (#114).
1 parent 85ad0d8 commit 586cc89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/gitlab4j/api/utils/DurationUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public static final String toString(int durationSeconds) {
3030
* Create a human readable duration string from seconds.
3131
*
3232
* @param durationSeconds the total number of seconds in the duration
33+
* @param includeMonths when true will include months "mo", in the string otherwise
34+
* uses "4w" for each month
3335
* @return a human readable string representing the duration
3436
*/
3537
public static final String toString(int durationSeconds, boolean includeMonths) {

0 commit comments

Comments
 (0)