wtf intellij

This commit is contained in:
Leijurv 2018-09-23 12:24:56 -07:00
parent 59b4e1a993
commit 943794726a
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -83,7 +83,7 @@ public class OpenSetsTest {
assertTrue(set.isEmpty()); assertTrue(set.isEmpty());
} }
// cost the pathnodes that we'll be testing the sets on // generate the pathnodes that we'll be testing the sets on
PathNode[] toInsert = new PathNode[size]; PathNode[] toInsert = new PathNode[size];
for (int i = 0; i < size; i++) { for (int i = 0; i < size; i++) {
// can't use an existing goal // can't use an existing goal