MariaDB Connector and Sonar Scans; clean nl
[portal.git] / ecomp-portal-BE-common / src / main / java / org / openecomp / portalapp / portal / ueb / EPUebHelper.java
index a80517d..55137cb 100644 (file)
@@ -134,9 +134,8 @@ public class EPUebHelper {
                        refreshPublisherList();
                    }
                };
-               if (thread != null) {
-                   thread.start();
-               }
+               thread.start();
+               
        }
 
        @EPMetricsLog