diff options
-rw-r--r-- | sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml b/sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml index d8035376..6786b955 100644 --- a/sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml +++ b/sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml @@ -15,6 +15,6 @@ was previously registered using the implementation name rather than the interface name. To ensure backwards compatibility with abstractions polling the Service Registry for the slf4jRecorder, the implementation name was chosen here. --> - <service ref="slf4jRecorder" class="org.onap.ccsdk.sli.core.sli.recording.Slf4jRecorder" /> + <service ref="slf4jRecorder" interface="org.onap.ccsdk.sli.core.sli.recording.Slf4jRecorder" /> </blueprint>
\ No newline at end of file |