aboutsummaryrefslogtreecommitdiffstats
path: root/sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicServiceImpl.java
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2018-12-05 21:56:41 +0000
committerKevin Smokowski <kevin.smokowski@att.com>2018-12-07 20:02:56 +0000
commitcac89a460fc2bf0c7e4f736371f98adaf5718fb7 (patch)
tree6a0bcef873bd742209e8170263293b4b0a5d356b /sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicServiceImpl.java
parentfca4fd1c891dfece2b1a25f16a78bc1704b0ca62 (diff)
minor changes to sli
minor changes to sli, move around classes to avoid classnotfound in junit suite Change-Id: Ie7eeb023c46644ee03e05a6bef7817eec27a7ea3 Issue-ID: CCSDK-792 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Diffstat (limited to 'sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicServiceImpl.java')
-rwxr-xr-xsli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicServiceImpl.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicServiceImpl.java b/sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicServiceImpl.java
index 23d703c2..b4059ed2 100755
--- a/sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicServiceImpl.java
+++ b/sli/provider/src/main/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicServiceImpl.java
@@ -115,11 +115,6 @@ public class SvcLogicServiceImpl extends SvcLogicServiceImplBase implements SvcL
}
@Override
- protected void resetContext() {
- MetricLogger.resetContext();
- }
-
- @Override
public SvcLogicStore getStore() throws SvcLogicException {
// Create and initialize SvcLogicStore object - used to access
// saved service logic.