You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@opennlp.apache.org by GitBox <gi...@apache.org> on 2023/01/03 14:59:04 UTC

[GitHub] [opennlp] mawiesne commented on a diff in pull request #483: OPENNLP-1367 Update checkstyle rules for a recent checkstyle version

mawiesne commented on code in PR #483:
URL: https://github.com/apache/opennlp/pull/483#discussion_r1060666438


##########
opennlp-tools/src/main/java/opennlp/tools/formats/irishsentencebank/IrishSentenceBankDocument.java:
##########
@@ -198,7 +196,7 @@ public static IrishSentenceBankDocument parse(InputStream is) throws IOException
           List<Span> spans = new ArrayList<>();
           NodeList sentnl = sentnode.getChildNodes();
           int flexes = 1;
-          StringBuilder orig = new StringBuilder();
+          java.lang.StringBuilder orig = new java.lang.StringBuilder();

Review Comment:
   Seems to be a bug in latest checkstyle?! Couldn't figure out a better workaround for this particular situation.



-- 
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-unsubscribe@opennlp.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org