JAL-1884 add the JNLP template to jalview_jnlp_vm.jar
[jalview.git] / src / jalview / javascript / MouseOverListener.java
index 9d0279b..26d582e 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
- * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -64,10 +64,8 @@ public class MouseOverListener extends JSFunctionExec implements
           // function, then only events from that alignFrame are sent to that
           // function
         }
-        executeJavascriptFunction(
-                _listener,
-                new Object[]
-                { src, seq.getDisplayId(false), "" + (1 + i),
+        executeJavascriptFunction(_listener,
+                new Object[] { src, seq.getDisplayId(false), "" + (1 + i),
                     "" + seq.findPosition(i) });
       } catch (Exception ex)
       {