mawiesne commented on code in PR #739: URL: https://github.com/apache/opennlp/pull/739#discussion_r1914603923
########## opennlp-tools/src/main/java/opennlp/tools/util/featuregen/FeatureGeneratorResourceProvider.java: ########## @@ -21,9 +21,8 @@ /** * The {@link FeatureGeneratorResourceProvider} provides access to the resources * available in the model. Inside the model resources are identified by a name. - * <p> - * <b>Note:</b><br> - * This class is not be intended to be implemented by users.<br> + * + * @apiNote This interface is not intended to be implemented by users.<br> * All implementing classes must be thread safe. */ Review Comment: Good catch. Addressed with latest commit, pushed 20s ago. -- 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: dev-unsubscr...@opennlp.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org