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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]