Fix checkstyle violations in sal-dom-broker-config and sal-binding-config
[controller.git] / opendaylight / md-sal / sal-binding-config / src / main / java / org / opendaylight / controller / config / yang / md / sal / binding / impl / NotificationBrokerImplModuleFactory.java
index 5c5c062db685f47226056bdb5a8a64465ddf04e2..856916ede9a11a9e4739c3a1047c37fea72c014e 100644 (file)
@@ -8,9 +8,11 @@
 package org.opendaylight.controller.config.yang.md.sal.binding.impl;
 
 /**
-*
-*/
-public class NotificationBrokerImplModuleFactory extends
-        org.opendaylight.controller.config.yang.md.sal.binding.impl.AbstractNotificationBrokerImplModuleFactory {
+ * Deprecated.
+ *
+ * @deprecated Replaced by blueprint wiring
+ */
+@Deprecated
+public class NotificationBrokerImplModuleFactory extends AbstractNotificationBrokerImplModuleFactory {
 
 }