We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ad0d8 commit 586cc89Copy full SHA for 586cc89
src/main/java/org/gitlab4j/api/utils/DurationUtils.java
@@ -30,6 +30,8 @@ public static final String toString(int durationSeconds) {
30
* Create a human readable duration string from seconds.
31
*
32
* @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
35
* @return a human readable string representing the duration
36
*/
37
public static final String toString(int durationSeconds, boolean includeMonths) {
0 commit comments