Skip to content

Commit 7de60e8

Browse files
committed
Fix docs
1 parent 7e95a06 commit 7de60e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/main/java/io/cucumber/junitxmlformatter/MessagesToJunitXmlWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public Builder testSuiteName(String testSuiteName) {
6464

6565
/**
6666
* Sets the value for the {@code <testcase classname="..." .../>} attribute. Defaults to the name of the
67-
* feature file.
67+
* feature.
6868
*/
6969
public Builder testClassName(String testClassName) {
7070
this.testClassName = testClassName;

0 commit comments

Comments
 (0)