Restore registering break node
authorSmokowski, Kevin (ks6305) <ks6305@att.com>
Tue, 4 Sep 2018 20:10:42 +0000 (20:10 +0000)
committerSmokowski, Kevin (ks6305) <ks6305@att.com>
Tue, 4 Sep 2018 20:10:42 +0000 (20:10 +0000)
Restore registering break node, it was removed by accident

Change-Id: Ifd7fa68fae39c83e397105d84435be91cebada35
Issue-ID: CCSDK-513
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicServiceImpl.java

index 0569886..d83bfeb 100644 (file)
@@ -68,8 +68,8 @@ public class SvcLogicServiceImpl implements SvcLogicService {
             put("set", new SetNodeExecutor());
             put("switch", new SwitchNodeExecutor());
             put("update", new UpdateNodeExecutor());
+            put("break", new BreakNodeExecutor());
             put("while", new WhileNodeExecutor());
-
         }
     };