We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677e57f commit ede2d7eCopy full SHA for ede2d7e
1 file changed
src/main/java/org/apache/commons/lang3/time/StopWatch.java
@@ -93,7 +93,7 @@ public Split(String label, Duration duration) {
93
/**
94
* Gets the duration of this split.
95
*
96
- * @return The duration of this split..
+ * @return The duration of this split.
97
*/
98
public Duration getDuration() {
99
return getRight();
0 commit comments