This commit is contained in:
Leijurv 2018-11-23 10:25:02 -08:00
parent dd47e20070
commit a98c5d7d99
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -87,7 +87,7 @@ public abstract class AbstractNodeCostSearch implements IPathFinder {
if (isFinished) {
throw new IllegalStateException("Path Finder is currently in use, and cannot be reused!");
}
this.cancelRequested = false;
cancelRequested = false;
try {
IPath path = calculate0(timeout).map(IPath::postProcess).orElse(null);
isFinished = true;