JAL-629 Change all stdout and stderr output to use Console.outPrintln and Console...
[jalview.git] / src / jalview / structures / models / AAStructureBindingModel.java
index 9e8f286..9f15e55 100644 (file)
@@ -780,7 +780,7 @@ public abstract class AAStructureBindingModel
 
     if (waiting)
     {
-      System.err.println(
+      jalview.bin.Console.errPrintln(
               "Timed out waiting for structure viewer to load file "
                       + notLoaded);
       return false;
@@ -973,7 +973,7 @@ public abstract class AAStructureBindingModel
       }
       List<StructureCommandI> finalView = commandGenerator
               .centerViewOn(models);
-      if (finalView!=null && finalView.size()>0)
+      if (finalView != null && finalView.size() > 0)
       {
         executeCommands(finalView, false, "Centered on Superposition");
       }