diff options
author | 2017-08-01 18:41:39 -0500 | |
---|---|---|
committer | 2017-08-01 18:41:39 -0500 | |
commit | 406905a07839603e74aa184ebd2b48a3a9fb8d0c (patch) | |
tree | ccfaff42d7a21db52ff4b98f21e9f812573e0b5a /feature-healthcheck/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI | |
parent | 96265942a61cb44baa0c54bc58dfb6849a4ab605 (diff) |
[POLICY-145] fix typo in features files
Change-Id: Idb9d40e5818dbd2b3f4633888df413ffc077c89d
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'feature-healthcheck/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI')
-rw-r--r-- | feature-healthcheck/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/feature-healthcheck/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI b/feature-healthcheck/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI new file mode 100644 index 00000000..2ae820ac --- /dev/null +++ b/feature-healthcheck/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI @@ -0,0 +1 @@ +org.onap.policy.drools.healthcheck.HealthCheckFeature |