From 943794726aec64891166ab9ff583c26dce2cdc11 Mon Sep 17 00:00:00 2001 From: Leijurv Date: Sun, 23 Sep 2018 12:24:56 -0700 Subject: [PATCH] wtf intellij --- src/test/java/baritone/pathing/calc/openset/OpenSetsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/baritone/pathing/calc/openset/OpenSetsTest.java b/src/test/java/baritone/pathing/calc/openset/OpenSetsTest.java index 4fa88735..5f7b98d0 100644 --- a/src/test/java/baritone/pathing/calc/openset/OpenSetsTest.java +++ b/src/test/java/baritone/pathing/calc/openset/OpenSetsTest.java @@ -83,7 +83,7 @@ public class OpenSetsTest { 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]; for (int i = 0; i < size; i++) { // can't use an existing goal