SDC Listner Docker touchup
[ccsdk/cds.git] / ms / sdclistener / application / src / main / java / org / onap / ccsdk / cds / sdclistener / client / SdcListenerAuthClientInterceptor.java
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.onap.ccsdk.cds.cdssdclistener.client;
+package org.onap.ccsdk.cds.sdclistener.client;
 
 import io.grpc.CallOptions;
 import io.grpc.Channel;
@@ -33,7 +33,7 @@ import org.springframework.stereotype.Component;
  */
 @ConfigurationProperties("listenerservice")
 @Component
-public class CdsSdcListenerAuthClientInterceptor implements ClientInterceptor {
+public class SdcListenerAuthClientInterceptor implements ClientInterceptor {
 
     @Value("${listenerservice.config.authHeader}")
     private String basicAuth;