Fix checkstyle reported by odlparent-3.0.0
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / config / yang / config / actor_system_provider / impl / factory / osgi / QuarantinedMonitorActorPropsFactory.java
index 3917c5ee5a86c8031d12b0e43c3123d66d9c6eee..50a7647754b85130fe2b03ba1974ce5761dd9416 100644 (file)
@@ -13,9 +13,13 @@ import org.osgi.framework.BundleContext;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-public class QuarantinedMonitorActorPropsFactory {
+public final class QuarantinedMonitorActorPropsFactory {
     private static final Logger LOG = LoggerFactory.getLogger(QuarantinedMonitorActorPropsFactory.class);
 
+    private QuarantinedMonitorActorPropsFactory() {
+
+    }
+
     public static Props createProps(final BundleContext bundleContext) {
         return QuarantinedMonitorActor.props(() -> {
             // restart the entire karaf container