Skip to content

Commit 7b26213

Browse files
Small fix in TestResource java doc syntax
1 parent 02d0ebc commit 7b26213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmeter-java-dsl/src/main/java/us/abstracta/jmeter/javadsl/util/TestResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public File file() {
5454
* <p>
5555
* This is the same as {@code file().getPath()}.
5656
* <p>
57-
* This handy when you need the file path, and avoid previously mentioned boilerplate code.
57+
* This is handy when you need the file path, and avoid previously mentioned boilerplate code.
5858
*
5959
* @return the associated file path.
6060
*/

0 commit comments

Comments
 (0)