diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-10 16:33:41 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-11 11:30:18 -0400 |
commit | 426ecdf2949b5951bb05a9cc83d6fa10d4ff04d4 (patch) | |
tree | de1fff722ea83aa60dfc8423ba1198063bcf0039 /feature-eelf/src/main/java | |
parent | a593d0931f9a5785572bb52c5dfae32faa5d8116 (diff) |
Fix checkstyle issues in policy-management
Also deleted the checkstyle suppression file.
Moved classes into their own source files per checkstyle.
Change-Id: I586223aac0e5b7623cfd7b0acfceca4742ecc013
Issue-ID: POLICY-1908-mgmt-style
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'feature-eelf/src/main/java')
-rw-r--r-- | feature-eelf/src/main/java/org/onap/policy/drools/eelf/EelfFeature.java | 4 |
1 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) { |