Fix the CSIT Problem 99/18999/1
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Mon, 16 Oct 2017 06:10:14 +0000 (14:10 +0800)
committerGuangrong Fu <fu.guangrong@zte.com.cn>
Mon, 16 Oct 2017 06:10:14 +0000 (14:10 +0800)
Change-Id: Iae353b6d156fdd263af03afdb6bdd2b4bbb9da80
Issue-ID: HOLMES-76
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
engine-d/src/main/java/org/onap/holmes/engine/request/DeployRuleRequest.java

index 5b8951b..74ddf67 100644 (file)
@@ -32,5 +32,6 @@ public class DeployRuleRequest {
     private String engineId;
 
     @JsonProperty(value = "loopcontrolname")
+    @NotNull
     private String loopControlName;
 }