[
https://issues.apache.org/jira/browse/OPENNLP-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654049#comment-17654049
]
ASF GitHub Bot commented on OPENNLP-1367:
-----------------------------------------
rzo1 commented on code in PR #483:
URL: https://github.com/apache/opennlp/pull/483#discussion_r1060664756
##########
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:
Removing the import for an inline import - but if it pleases checkstyle 10 🤷
> Update checkstyle rules for a recent checkstyle version
> -------------------------------------------------------
>
> Key: OPENNLP-1367
> URL: https://issues.apache.org/jira/browse/OPENNLP-1367
> Project: OpenNLP
> Issue Type: Task
> Components: Build, Packaging and Test
> Reporter: Jeff Zemerick
> Assignee: Martin Wiesner
> Priority: Major
> Fix For: 2.1.1
>
>
> Update checkstyle rules for checkstyle 8+
--
This message was sent by Atlassian Jira
(v8.20.10#820010)