diff options
author | SRINIVAS V <srinivasa.mohan@huawei.com> | 2018-01-08 12:07:39 +0530 |
---|---|---|
committer | SRINIVAS V <srinivasa.mohan@huawei.com> | 2018-01-08 06:40:03 +0000 |
commit | f99b843890966768267a05e2f4e237bad7c386f0 (patch) | |
tree | 59749b0d36a94f93f5d71660df97efa923541cf0 /PolicyEngineClient/src/test/java/org/onap | |
parent | 989ae85e3a25e059cb963a9bc293526be51273ca (diff) |
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 <srinivasa.mohan@huawei.com>
Diffstat (limited to 'PolicyEngineClient/src/test/java/org/onap')
-rw-r--r-- | PolicyEngineClient/src/test/java/org/onap/policyengine/ConfigBasePolicyClient.java | 5 |
1 files changed, 2 insertions, 3 deletions
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<String, String> configAttributes = new HashMap<>(); configAttributes.put("Template", "SampleTemplate"); |