MariaDB Connector and Sonar Scans; clean nl
[portal.git] / ecomp-portal-BE-common / src / main / java / org / openecomp / portalapp / portal / listener / HealthMonitor.java
index f9a6b90..27c4316 100644 (file)
@@ -218,9 +218,8 @@ public class HealthMonitor {
                                }
                        }
                };
-               if (healthMonitorThread != null) {
-                       healthMonitorThread.start();
-               }
+               healthMonitorThread.start();
+               
        }
 
        @PreDestroy