Skip to content

Commit ede2d7e

Browse files
committed
Javadoc
1 parent 677e57f commit ede2d7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/lang3/time/StopWatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public Split(String label, Duration duration) {
9393
/**
9494
* Gets the duration of this split.
9595
*
96-
* @return The duration of this split..
96+
* @return The duration of this split.
9797
*/
9898
public Duration getDuration() {
9999
return getRight();

0 commit comments

Comments
 (0)