X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=PolicyEngineClient%2Fsrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2FpolicyEngine%2FBrmsParamPolicyClient.java;h=5810106c1c3b54967db239dbe0078a30f55a0563;hp=790c8e893a5094e219bc2d8c777512fe77bd5c72;hb=d80880b097d08f9ab9dda54355216890a4b345dc;hpb=e92ff832cf993db876f22b2d27562fedf59f5043 diff --git a/PolicyEngineClient/src/main/java/org/openecomp/policyEngine/BrmsParamPolicyClient.java b/PolicyEngineClient/src/main/java/org/openecomp/policyEngine/BrmsParamPolicyClient.java index 790c8e893..5810106c1 100644 --- a/PolicyEngineClient/src/main/java/org/openecomp/policyEngine/BrmsParamPolicyClient.java +++ b/PolicyEngineClient/src/main/java/org/openecomp/policyEngine/BrmsParamPolicyClient.java @@ -80,21 +80,13 @@ public class BrmsParamPolicyClient { PolicyChangeResponse response = policyEngine.updatePolicy(policyParameters); if(response.getResponseCode()==200){ - System.out.println(response.getResponseMessage()); - System.out.println("Policy Created Successfully!"); - }else{ - System.out.println("Error! " + response.getResponseMessage()); - } - } catch (Exception e) { - - System.err.println(e.getMessage()); - + System.err.println(e.getMessage() + e); } }