Explorar o código

Add algorithm to find path

Baglio Tabifata %!s(int64=4) %!d(string=hai) anos
pai
achega
bcc8f4f35f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/net/hkzlab/dupal/boardio/DuPALAnalyzer.java

+ 1 - 0
src/net/hkzlab/dupal/boardio/DuPALAnalyzer.java

@@ -122,6 +122,7 @@ public class DuPALAnalyzer {
                 nms = null;
             } else {
                 logger.info("No more StateLinks to generate in ["+ms+"]");
+
                 StateLink[] slPath = findPathToNewStateLinks(ms);
                 
                 if(slPath == null) {