[
https://issues.apache.org/jira/browse/OPENNLP-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17900934#comment-17900934
]
ASF GitHub Bot commented on OPENNLP-1658:
-----------------------------------------
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."
> Enhance JavaDoc of code in opennlp-tools-models
> -----------------------------------------------
>
> Key: OPENNLP-1658
> URL: https://issues.apache.org/jira/browse/OPENNLP-1658
> Project: OpenNLP
> Issue Type: Documentation
> Affects Versions: 2.5.0
> Reporter: Martin Wiesner
> Assignee: Martin Wiesner
> Priority: Minor
> Fix For: 2.5.1
>
>
> We can enhance the JavaDoc of opennlp-tools-models further .
--
This message was sent by Atlassian Jira
(v8.20.10#820010)