diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-10-05 23:33:00 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-10-05 23:33:47 +0100 |
commit | 5b416f07f49e719d1e0ad1f0830588c1d19a17dd (patch) | |
tree | c3021c20cceee3523c4ae70b3c02b3e5934e6b84 /core/core-protocols | |
parent | 9cedbd41c0ee3bade89de5d2e1e822cc4e9a36e7 (diff) |
JUnit for apex Admin Protocol listener
Added coverage for this package.
i
Issue-ID: POLICY-1034
Change-Id: I2e4b51983eec245eb9f105587d15f853656ce35a
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'core/core-protocols')
-rw-r--r-- | core/core-protocols/src/main/java/org/onap/policy/apex/core/protocols/engdep/messages/StartPeriodicEvents.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/core-protocols/src/main/java/org/onap/policy/apex/core/protocols/engdep/messages/StartPeriodicEvents.java b/core/core-protocols/src/main/java/org/onap/policy/apex/core/protocols/engdep/messages/StartPeriodicEvents.java index 421669f97..32b0be4d0 100644 --- a/core/core-protocols/src/main/java/org/onap/policy/apex/core/protocols/engdep/messages/StartPeriodicEvents.java +++ b/core/core-protocols/src/main/java/org/onap/policy/apex/core/protocols/engdep/messages/StartPeriodicEvents.java @@ -33,7 +33,7 @@ public class StartPeriodicEvents extends Message { private static final long serialVersionUID = -9172376034035242135L; /** - * Instantiates a new StartEngine message. + * Instantiates a new StartPeriodiEvents message. * * @param engineKey the key of the engine to start */ |