X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FStructureFile.java;fp=src%2Fjalview%2Fio%2FStructureFile.java;h=3fb62c56f177911f24a28bd4a45d818704d22102;hb=e83ce5d8ef826fc0b509a51f154abdf734501077;hp=6ec029837bc7add748a442247f6ca19efb319161;hpb=786475501a15799d7c4058dbf74e4bf896d03736;p=jalview.git diff --git a/src/jalview/io/StructureFile.java b/src/jalview/io/StructureFile.java index 6ec0298..3fb62c5 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,8 @@ 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 +353,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(); }