summaryrefslogtreecommitdiffstats
path: root/feature-eelf
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2019-07-16 16:55:10 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-16 16:55:10 +0000
commit2fa10fe07132ee328fac7b46b6ef1530bcf590e5 (patch)
tree60afbd7e3a0f0ee8c1cf39997a70b08daae605c3 /feature-eelf
parentfdba698893edf2a143f1c523a868e828adef5cef (diff)
parent426ecdf2949b5951bb05a9cc83d6fa10d4ff04d4 (diff)
Merge "Fix checkstyle issues in policy-management"
Diffstat (limited to 'feature-eelf')
-rw-r--r--feature-eelf/src/main/java/org/onap/policy/drools/eelf/EelfFeature.java4
-rw-r--r--feature-eelf/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureApi (renamed from feature-eelf/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI)0
2 files changed, 2 insertions, 2 deletions
diff --git a/feature-eelf/src/main/java/org/onap/policy/drools/eelf/EelfFeature.java b/feature-eelf/src/main/java/org/onap/policy/drools/eelf/EelfFeature.java
index ee50d6e3..57728dd1 100644
--- a/feature-eelf/src/main/java/org/onap/policy/drools/eelf/EelfFeature.java
+++ b/feature-eelf/src/main/java/org/onap/policy/drools/eelf/EelfFeature.java
@@ -25,14 +25,14 @@ import java.nio.file.Path;
import java.nio.file.Paths;
import org.onap.policy.common.logging.flexlogger.FlexLogger;
import org.onap.policy.common.logging.flexlogger.Logger;
-import org.onap.policy.drools.features.PolicyEngineFeatureAPI;
+import org.onap.policy.drools.features.PolicyEngineFeatureApi;
import org.onap.policy.drools.system.PolicyEngine;
import org.onap.policy.drools.utils.logging.LoggerUtil;
/**
* Feature EELF : Enables EELF Logging Libraries .
*/
-public class EelfFeature implements PolicyEngineFeatureAPI {
+public class EelfFeature implements PolicyEngineFeatureApi {
@Override
public final boolean beforeBoot(PolicyEngine engine, String[] cliArgs) {
diff --git a/feature-eelf/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI b/feature-eelf/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureApi
index f2bcc4cb..f2bcc4cb 100644
--- a/feature-eelf/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI
+++ b/feature-eelf/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureApi