Lambda's and References and Cleanups! Oh My!

This commit is contained in:
matt
2019-03-27 12:17:05 -04:00
parent 1424998327
commit acc8eb0a99
12 changed files with 291 additions and 462 deletions

View File

@ -166,7 +166,7 @@ public class RegionVisitor implements Operation {
} catch (Throwable ignore) {
}
try {
for (; ; ) {
while (true) {
apply(trailIter.next());
apply(trailIter.next());
}