Commit 586cc89e authored by Greg Messner's avatar Greg Messner
Browse files

Fixed Javados on toString() (#114).

parent 85ad0d84
......@@ -30,6 +30,8 @@ public class DurationUtils {
* Create a human readable duration string from seconds.
*
* @param durationSeconds the total number of seconds in the duration
* @param includeMonths when true will include months "mo", in the string otherwise
* uses "4w" for each month
* @return a human readable string representing the duration
*/
public static final String toString(int durationSeconds, boolean includeMonths) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment