This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-models.git

commit 2554fa2bd726ab0eb0e140b3423f0a1062f27874
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Jun 24 08:10:48 2024 +0200

    Add a JavaDoc comment to please release process.
---
 .../src/main/java/org.apache.opennlp/ModelValidator.java              | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/opennlp-models-test/src/main/java/org.apache.opennlp/ModelValidator.java 
b/opennlp-models-test/src/main/java/org.apache.opennlp/ModelValidator.java
index 82aa82e..060ed1c 100644
--- a/opennlp-models-test/src/main/java/org.apache.opennlp/ModelValidator.java
+++ b/opennlp-models-test/src/main/java/org.apache.opennlp/ModelValidator.java
@@ -27,7 +27,9 @@ import java.util.jar.JarFile;
 import java.util.regex.Pattern;
 import java.util.stream.Stream;
 
-
+/**
+ * Simple validator run via Maven to check the produced JAR files for validity.
+ */
 public class ModelValidator {
 
   public static void main(String[] args) {

Reply via email to