JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / javascript / MouseOverStructureListener.java
index f0b3132..e79106d 100644 (file)
@@ -156,8 +156,8 @@ public class MouseOverStructureListener extends JSFunctionExec
                     "" + (atom.getPdbResNum()), "" + atom.getAtomIndex() });
       } catch (Exception ex)
       {
-        jalview.bin.Console.errPrintln("Couldn't execute callback with " + _listenerfn
-                + " for atomSpec: " + atom);
+        jalview.bin.Console.errPrintln("Couldn't execute callback with "
+                + _listenerfn + " for atomSpec: " + atom);
         ex.printStackTrace();
       }
     }
@@ -260,9 +260,9 @@ public class MouseOverStructureListener extends JSFunctionExec
           executeJavascriptFunction(true, _listenerfn, st);
         } catch (Exception ex)
         {
-          jalview.bin.Console.errPrintln("Couldn't execute callback with " + _listenerfn
-                  + " using args { " + st[0] + ", " + st[1] + ", " + st[2]
-                  + "," + st[3] + "}"); // + ","+st[4]+"\n");
+          jalview.bin.Console.errPrintln("Couldn't execute callback with "
+                  + _listenerfn + " using args { " + st[0] + ", " + st[1]
+                  + ", " + st[2] + "," + st[3] + "}"); // + ","+st[4]+"\n");
           ex.printStackTrace();
 
         }