diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-07-24 14:23:37 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-07-24 14:24:12 +0100 |
commit | 79ae3f7f229db52b8ab18c405c5109f8d18db1b6 (patch) | |
tree | 28b428ca68bfb677ac02faeffb3b6c69a252f66a /services/services-engine/src/main | |
parent | 41ecf036b7f1b3bdd56311a0bc706407b242faca (diff) |
Fix bug in APEX parameter service
The parameter calss name was not initialized in the constructor
of the parameter service
The web socket connections() method is depricated and replaced by getConnections()
Fixed order of build in main pom to put packages module last
fixed some comments that were incorrect
Change-Id: I6340655100655e181e2d97fe39def4874873dff5
Issue-ID: POLICY-954
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'services/services-engine/src/main')
-rw-r--r-- | services/services-engine/src/main/java/org/onap/policy/apex/service/engine/main/ApexMain.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/services/services-engine/src/main/java/org/onap/policy/apex/service/engine/main/ApexMain.java b/services/services-engine/src/main/java/org/onap/policy/apex/service/engine/main/ApexMain.java index 1b5603482..436225fc4 100644 --- a/services/services-engine/src/main/java/org/onap/policy/apex/service/engine/main/ApexMain.java +++ b/services/services-engine/src/main/java/org/onap/policy/apex/service/engine/main/ApexMain.java @@ -45,7 +45,7 @@ public class ApexMain { private ApexParameters parameters; /** - * Instantiates the Apex Apex service. + * Instantiates the Apex service. * * @param args the commaind line arguments */ @@ -138,8 +138,6 @@ public class ApexMain { /** * The Class ApexMainShutdownHookClass terminates the Apex engine for the Apex service when its * run method is called. - * - * @author Liam Fallon (liam.fallon@ericsson.com) */ private class ApexMainShutdownHookClass extends Thread { /* |