JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / appletgui / AlignFrame.java
index 4b858e1..f502952 100644 (file)
@@ -3061,7 +3061,8 @@ public class AlignFrame extends EmbmenuFrame implements ActionListener,
   {
     if (viewport.applet == null)
     {
-      jalview.bin.Console.outPrintln("Not running as applet - no browser available.");
+      jalview.bin.Console
+              .outPrintln("Not running as applet - no browser available.");
     }
     else
     {
@@ -3982,8 +3983,9 @@ public class AlignFrame extends EmbmenuFrame implements ActionListener,
     }
     if (viewer == null)
     {
-      jalview.bin.Console.errPrintln("Can't use this object as a structure viewer:"
-              + jmolviewer.getClass());
+      jalview.bin.Console
+              .errPrintln("Can't use this object as a structure viewer:"
+                      + jmolviewer.getClass());
       return null;
     }
     SequenceI[] seqs = null;
@@ -4142,8 +4144,9 @@ public class AlignFrame extends EmbmenuFrame implements ActionListener,
       }
       if (protocol == null)
       {
-        jalview.bin.Console.errPrintln("Couldn't work out protocol to open structure: "
-                + pdb.getId());
+        jalview.bin.Console
+                .errPrintln("Couldn't work out protocol to open structure: "
+                        + pdb.getId());
         return;
       }
     }
@@ -4154,8 +4157,8 @@ public class AlignFrame extends EmbmenuFrame implements ActionListener,
               .setMapping(seqs, chains, pdb.getFile(), protocol,
                       null) == null)
       {
-        jalview.bin.Console.errPrintln("Failed to map " + pdb.getFile() + " ("
-                + protocol + ") to any sequences");
+        jalview.bin.Console.errPrintln("Failed to map " + pdb.getFile()
+                + " (" + protocol + ") to any sequences");
       }
       return;
     }
@@ -4201,7 +4204,8 @@ public class AlignFrame extends EmbmenuFrame implements ActionListener,
           SequenceI[][] seqs, String[][] chains, String[] protocols)
   {
     // TODO Auto-generated method stub
-    jalview.bin.Console.errPrintln("Aligned Structure View: Not yet implemented.");
+    jalview.bin.Console
+            .errPrintln("Aligned Structure View: Not yet implemented.");
   }
 
   /**