Skip to content

Commit aad0f02

Browse files
committed
docs(timer): Added missing @return javadoc for method.
1 parent e007dce commit aad0f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/zoopaz/jbench/Timer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public void stop() {
116116
}
117117

118118
/**
119-
* @returns The timer stop time.
119+
* @return The timer stop time.
120120
*/
121121
public double getStopped() {
122122
return this.stopped;

0 commit comments

Comments
 (0)