MariaDB Connector and Sonar Scans; clean nl
[portal.git] / ecomp-portal-BE-common / src / main / java / org / openecomp / portalapp / portal / ueb / EPUebHelper.java
index 34be46e..55137cb 100644 (file)
@@ -134,9 +134,8 @@ public class EPUebHelper {
                        refreshPublisherList();
                    }
                };
-               if (thread != null) {
-                   thread.start();
-               }
+               thread.start();
+               
        }
 
        @EPMetricsLog
@@ -155,7 +154,7 @@ public class EPUebHelper {
                //
                //  Test existence of topic at UEB url
                //
-               //  (ie http://uebsb91kcdc.it.att.com:3904/topics/ECOMP-PORTAL-INBOX)
+               //  (ie http://uebsb91kcdc.it.com:3904/topics/ECOMP-PORTAL-INBOX)
                //
                boolean available = true;
                LinkedList<String> urlList = Helper.uebUrlList();