tang-hi commented on code in PR #12286: URL: https://github.com/apache/lucene/pull/12286#discussion_r1192435347
########## lucene/core/src/java/org/apache/lucene/util/automaton/Operations.java: ########## @@ -1284,7 +1290,7 @@ public static int[] topoSortStates(Automaton a) { int numStates = a.getNumStates(); int[] states = new int[numStates]; final BitSet visited = new BitSet(numStates); Review Comment: yes, it will make code look more cleaner -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org