formatting
[jalview.git] / src / jalview / javascript / MouseOverListener.java
index c62d48d..b642f9d 100644 (file)
@@ -58,10 +58,15 @@ public class MouseOverListener extends JSFunctionExec implements
             src = ((jalview.appletgui.AlignViewport) source).applet.currentAlignFrame;
 
           }
-          // TODO: ensure that if '_af' is specified along with a handler function, then only events from that alignFrame are sent to that function
+          // TODO: ensure that if '_af' is specified along with a handler
+          // function, then only events from that alignFrame are sent to that
+          // function
         }
-        executeJavascriptFunction(_listener, new Object[]
-        { src, seq.getDisplayId(false), "" + (1 + i), ""+seq.findPosition(i) });
+        executeJavascriptFunction(
+                _listener,
+                new Object[]
+                { src, seq.getDisplayId(false), "" + (1 + i),
+                    "" + seq.findPosition(i) });
       } catch (Exception ex)
       {