JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / bin / JalviewJS2.java
index 26110f8..a323ffa 100644 (file)
@@ -8,7 +8,7 @@ import java.awt.event.ActionListener;
 import javax.swing.Timer;
 
 /**
- * Entry point for JalviewJS development. 
+ * Entry point for JalviewJS development.
  * 
  * 
  * 
@@ -18,7 +18,8 @@ import javax.swing.Timer;
 public class JalviewJS2
 {
 
-  static {
+  static
+  {
     /**
      * @j2sNative
      * 
@@ -31,10 +32,10 @@ public class JalviewJS2
   public static void main(String[] args) throws Exception
   {
     Jalview.main(args);
-       //showFocusTimer();
-}
+    // showFocusTimer();
+  }
 
-protected static int focusTime = 0;
+  protected static int focusTime = 0;
 
   private static void showFocusTimer()
   {
@@ -62,5 +63,4 @@ protected static int focusTime = 0;
     }
   }
 
-
 }