diff --git a/impl/src/main/java/org/jboss/cdi/tck/TestGroups.java b/impl/src/main/java/org/jboss/cdi/tck/TestGroups.java
index 92b5186db..f42fc3f3e 100644
--- a/impl/src/main/java/org/jboss/cdi/tck/TestGroups.java
+++ b/impl/src/main/java/org/jboss/cdi/tck/TestGroups.java
@@ -20,8 +20,8 @@
*
* - {@link #CDI_FULL} - used to exclude the superset of CDI tests that do not apply to CDI-lite implementations
* - {@link #INTEGRATION} - used to exclude integration tests when running standalone container
- * - {@link #JAVAEE_FULL} - subset of integration tests used to exclude tests that require full Jakarta EE platform; tests that
- * belong to this group are also considered to be integration tests
+ * - {@link #JAVAEE_FULL} - subset of integration tests used to exclude tests that require full Jakarta EE platform; tests
+ * that belong to this group are also considered to be integration tests
*
*
* @author Martin Kouba