JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / commands / EditCommand.java
index c15bbf8..c46271f 100644 (file)
@@ -486,7 +486,8 @@ public class EditCommand implements CommandI
   //
   // for (int s = 0; s < command.seqs.length; s++)
   // {
-  // jalview.bin.Console.outPrintln("pos: "+command.position+" number: "+command.number);
+  // jalview.bin.Console.outPrintln("pos: "+command.position+" number:
+  // "+command.number);
   // command.seqs[s].insertCharAt(command.position, command.number,'A');
   // }
   //
@@ -1433,7 +1434,8 @@ public class EditCommand implements CommandI
           }
           else
           {
-            jalview.bin.Console.errPrintln("Can't undo edit action " + action);
+            jalview.bin.Console
+                    .errPrintln("Can't undo edit action " + action);
             // throw new IllegalStateException("Can't undo edit action " +
             // action);
           }