From b9b2f08186ede73d7231040fcb75321a68b1d765 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 18 Jul 2019 09:30:17 -0400 Subject: Rename lock XxxAPI to XxxApi in META-INF Change-Id: Ie90d8a9311378359a11d9126245d6ab8fc37fc9f Issue-ID: POLICY-1074 Signed-off-by: Jim Hahn --- .../org.onap.policy.drools.core.lock.PolicyResourceLockFeatureAPI | 1 - .../org.onap.policy.drools.core.lock.PolicyResourceLockFeatureApi | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 feature-distributed-locking/src/main/resources/META-INF/services/org.onap.policy.drools.core.lock.PolicyResourceLockFeatureAPI create mode 100644 feature-distributed-locking/src/main/resources/META-INF/services/org.onap.policy.drools.core.lock.PolicyResourceLockFeatureApi (limited to 'feature-distributed-locking/src') diff --git a/feature-distributed-locking/src/main/resources/META-INF/services/org.onap.policy.drools.core.lock.PolicyResourceLockFeatureAPI b/feature-distributed-locking/src/main/resources/META-INF/services/org.onap.policy.drools.core.lock.PolicyResourceLockFeatureAPI deleted file mode 100644 index 19bdf505..00000000 --- a/feature-distributed-locking/src/main/resources/META-INF/services/org.onap.policy.drools.core.lock.PolicyResourceLockFeatureAPI +++ /dev/null @@ -1 +0,0 @@ -org.onap.policy.distributed.locking.DistributedLockingFeature \ No newline at end of file diff --git a/feature-distributed-locking/src/main/resources/META-INF/services/org.onap.policy.drools.core.lock.PolicyResourceLockFeatureApi b/feature-distributed-locking/src/main/resources/META-INF/services/org.onap.policy.drools.core.lock.PolicyResourceLockFeatureApi new file mode 100644 index 00000000..19bdf505 --- /dev/null +++ b/feature-distributed-locking/src/main/resources/META-INF/services/org.onap.policy.drools.core.lock.PolicyResourceLockFeatureApi @@ -0,0 +1 @@ +org.onap.policy.distributed.locking.DistributedLockingFeature \ No newline at end of file -- cgit 1.2.3-korg