Skip to content

Commit c210a5c

Browse files
committed
Readd parsed format to class javadoc
1 parent 6b06491 commit c210a5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloud-core/src/main/java/org/incendo/cloud/parser/standard/DurationParser.java

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
/**
4646
* Parser for {@link Duration}.
4747
*
48+
* <p>Matches durations in the format of: <code>2d15h7m12s</code>.</p>
49+
*
4850
* @param <C> command sender type
4951
*/
5052
@API(status = API.Status.STABLE)

0 commit comments

Comments
 (0)