You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/04/08 21:34:38 UTC

[GitHub] [maven-surefire] SykApps commented on a diff in pull request #517: [SUREFIRE-2064] Allow all supported values of [parallel] option

SykApps commented on code in PR #517:
URL: https://github.com/apache/maven-surefire/pull/517#discussion_r846501870


##########
surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/conf/TestNG740Configurator.java:
##########
@@ -37,33 +35,45 @@
  *
  * @since 3.0.0-M6
  */
-public class TestNG740Configurator extends TestNG60Configurator
+public class TestNG740Configurator
+    extends TestNG60Configurator

Review Comment:
   Nit: can you put the extends back on the same line as the class.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org