From f99b843890966768267a05e2f4e237bad7c386f0 Mon Sep 17 00:00:00 2001 From: SRINIVAS V Date: Mon, 8 Jan 2018 12:07:39 +0530 Subject: Fixed as per Java Code Conventions *Moved the constructors after the variables *Deleted the commented code Change-Id: I6afa9ae5b04fe5c8280fc9e08352aef699117567 Issue-ID: POLICY-336 Signed-off-by: SRINIVAS V --- .../src/test/java/org/onap/policyengine/ConfigBasePolicyClient.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'PolicyEngineClient') diff --git a/PolicyEngineClient/src/test/java/org/onap/policyengine/ConfigBasePolicyClient.java b/PolicyEngineClient/src/test/java/org/onap/policyengine/ConfigBasePolicyClient.java index b8dfdc1f6..cfcc1460b 100644 --- a/PolicyEngineClient/src/test/java/org/onap/policyengine/ConfigBasePolicyClient.java +++ b/PolicyEngineClient/src/test/java/org/onap/policyengine/ConfigBasePolicyClient.java @@ -1,4 +1,4 @@ -/*- + /*- * ============LICENSE_START======================================================= * PolicyEngineClient * ================================================================================ @@ -47,8 +47,7 @@ public class ConfigBasePolicyClient{ policyParameters.setConfigName("testBase"); //required policyParameters.setConfigBodyType(PolicyType.OTHER); //required policyParameters.setConfigBody("testing"); //required - //policyParameters.setPolicyScope("MikeConsole"); //Directory will be created where the Policies are saved... this displays a a subscope on the GUI - + //Set the Config Attributes... These are Optional Map configAttributes = new HashMap<>(); configAttributes.put("Template", "SampleTemplate"); -- cgit 1.2.3-korg