atarora commented on code in PR #485: URL: https://github.com/apache/opennlp/pull/485#discussion_r1064885393
########## opennlp-tools/src/main/java/opennlp/tools/util/ext/ExtensionServiceKeys.java: ########## @@ -17,11 +17,11 @@ package opennlp.tools.util.ext; -public final class ExtensionServiceKeys { +public class ExtensionServiceKeys { Review Comment: Thank you for review and comments! It looks like the 'final' was part of recent change which is honestly missed as part of merge (not intentional). I can happily add it back in :) if required , although as per my previous comment I wasn't even too sure if this class is needed anymore. Commit to follow! -- 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