[
https://issues.apache.org/jira/browse/OPENNLP-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17653175#comment-17653175
]
ASF GitHub Bot commented on OPENNLP-1429:
-----------------------------------------
rzo1 commented on code in PR #474:
URL: https://github.com/apache/opennlp/pull/474#discussion_r1059495443
##########
opennlp-tools/src/main/java/opennlp/tools/cmdline/entitylinker/EntityLinkerTool.java:
##########
@@ -50,7 +50,7 @@ public void run(String[] args) {
System.out.println(getHelp());
}
else {
- // TODO: Ask Mark if we can remove the type, the user knows upfront if
he tries
+ // TODO: Ask Mark if we can remove the type, the user knows upfront if
s/he tries
Review Comment:
Who is Mark? :)
> Add the Internal annotation to interfaces and classes documented accordingly
> ----------------------------------------------------------------------------
>
> Key: OPENNLP-1429
> URL: https://issues.apache.org/jira/browse/OPENNLP-1429
> Project: OpenNLP
> Issue Type: Improvement
> Affects Versions: 2.1.0
> Reporter: Martin Wiesner
> Assignee: Martin Wiesner
> Priority: Minor
> Fix For: 2.1.1
>
>
> {{Recently the @Internal annotation was introduced. It can be used as a
> marker to signal that classes, interfaces or method signatures might change.
> It should be used throughout all classes that have JavaDoc related text
> comments.}}
> Aims:
> * {{Introduce @Internal where appropriate}}
> * Check / improve JavaDoc formatting or style.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)