JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / gui / JvSwingUtils.java
index 2f4a0fe..e7f992d 100644 (file)
@@ -96,13 +96,13 @@ public final class JvSwingUtils
     }
 
     return (enclose ? "<html>" : "")
-     // BH 2018
+            // BH 2018
             + "<style> div.ttip {width:350px;white-space:pre-wrap;padding:2px;overflow-wrap:break-word;}</style><div class=\"ttip\">"
-//            + "<style> p.ttip {width:350px;margin:-14px 0px -14px 0px;padding:2px;overflow-wrap:break-word;}"
-//            + "</style><p class=\"ttip\">"
-            + ttext
-            + " </div>"
-//            + "</p>"
+            // + "<style> p.ttip {width:350px;margin:-14px 0px -14px
+            // 0px;padding:2px;overflow-wrap:break-word;}"
+            // + "</style><p class=\"ttip\">"
+            + ttext + " </div>"
+            // + "</p>"
             + ((enclose ? "</html>" : ""));
   }
 
@@ -346,6 +346,7 @@ public final class JvSwingUtils
           combo.setToolTipText(tooltips.get(j));
         }
       }
+
       @Override
       public void mouseExited(MouseEvent e)
       {