rzo1 commented on code in PR #696:
URL: https://github.com/apache/opennlp/pull/696#discussion_r1856815511


##########
opennlp-tools-models/src/main/java/opennlp/tools/models/ClassPathModel.java:
##########
@@ -20,18 +20,34 @@
 
 public record ClassPathModel(Properties properties, byte[] model) {
 
+  /**
+   * @return Retrieves the value of the {@code model.version} property
+   *         or {@code "unknown"} if it could be read.

Review Comment:
   " or {@code "unknown"} if it could not be read."



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to