Added cachedThreadPool in ConnectionAdapter
[openflowjava.git] / simple-client / src / main / java / org / opendaylight / openflowjava / protocol / impl / clients / ScenarioHandler.java
index 9e8a8025d299399f248c79d49b92979d48d2d90d..45c1ef99b9cce2032c0eec2f10229c7484e2d55e 100644 (file)
@@ -65,7 +65,7 @@ public class ScenarioHandler extends Thread {
         }
         LOGGER.info("Scenario finished");
         synchronized (this) {
-            notify();
+            this.notify();
         }
     }