We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98c700 commit d904031Copy full SHA for d904031
1 file changed
.gitlab/TagInitializationErrors.java
@@ -22,7 +22,7 @@
22
* entry is left unmodified, allowing <em>Test Optimization</em> to apply its default status inference based
23
* on the actual outcome. Files with only one (or zero) {@code initializationError} test cases are left unmodified.
24
*
25
- * <p>Usage (JEP 330): java TagInitializationErrors.java <xml-file>
+ * <p>Usage (Java 25): {@code java TagInitializationErrors.java junit-report.xml}
26
*/
27
class TagInitializationErrors {
28
public static void main(String[] args) throws Exception {
0 commit comments