releng: some more javadoc fixes
diff --git a/src/main/java/org/apache/sling/maven/bundlesupport/ValidationMojo.java b/src/main/java/org/apache/sling/maven/bundlesupport/ValidationMojo.java
index 79a9502..f3edfe1 100644
--- a/src/main/java/org/apache/sling/maven/bundlesupport/ValidationMojo.java
+++ b/src/main/java/org/apache/sling/maven/bundlesupport/ValidationMojo.java
@@ -46,7 +46,7 @@
 import org.sonatype.plexus.build.incremental.BuildContext;
 
 /**
- * The <code>validate</code> goal validates all json files of a project. It only ensures they are well-formed but not that they are valid against a schema.
+ * Validate all JSON files of a project. It only ensures they are well-formed but not that they are valid against a certain schema.
  */
 @Mojo(name = "validate", defaultPhase = LifecyclePhase.PROCESS_RESOURCES)
 public class ValidationMojo extends AbstractMojo {