We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c28c0f commit 6ae719cCopy full SHA for 6ae719c
java/src/main/java/io/cucumber/junitxmlformatter/MessagesToJunitXmlWriter.java
@@ -20,7 +20,7 @@
20
*
21
* @see <a href=https://github.com/cucumber/junit-xml-formatter>Cucumber JUnit XML Formatter - README.md</a>
22
*/
23
-public class MessagesToJunitXmlWriter implements AutoCloseable {
+public final class MessagesToJunitXmlWriter implements AutoCloseable {
24
25
private final OutputStreamWriter out;
26
private final XmlReportData data;
0 commit comments