X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FStructureFile.java;fp=src%2Fjalview%2Fio%2FStructureFile.java;h=df384a630526958cd957053da69efb4ddf5c2c06;hb=b122ba188c2ffcbb302809bafc02058e355643ee;hp=6ec029837bc7add748a442247f6ca19efb319161;hpb=e91b3bef83f320e13c59ad5d21d69f0abf3d7507;p=jalview.git diff --git a/src/jalview/io/StructureFile.java b/src/jalview/io/StructureFile.java index 6ec0298..df384a6 100644 --- a/src/jalview/io/StructureFile.java +++ b/src/jalview/io/StructureFile.java @@ -242,7 +242,7 @@ public abstract class StructureFile extends AlignFile protected void processPdbFileWithAnnotate3d(List rna) throws Exception { - // System.out.println("this is a PDB format and RNA sequence"); + // jalview.bin.Console.outPrintln("this is a PDB format and RNA sequence"); // note: we use reflection here so that the applet can compile and run // without the HTTPClient bits and pieces needed for accessing Annotate3D // web service @@ -336,7 +336,7 @@ public abstract class StructureFile extends AlignFile processPdbFileWithAnnotate3d(rnaSequences); } catch (Exception x) { - System.err.println("Exceptions when dealing with RNA in pdb file"); + jalview.bin.Console.errPrintln("Exceptions when dealing with RNA in pdb file"); x.printStackTrace(); } @@ -352,7 +352,7 @@ public abstract class StructureFile extends AlignFile processWithJmolParser(proteinSequences, true); } catch (Exception x) { - System.err.println( + jalview.bin.Console.errPrintln( "Exceptions from Jmol when processing data in pdb file"); x.printStackTrace(); }