X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fworkers%2FAlignmentAnnotationFactory.java;h=c4e4b04af7e0efbe49a14e2df9d0fa607f3522f7;hb=a0bd24f90375fc1d4be619bf65746a912dfcfc89;hp=2507bb58a9b0aee05356da7f2b371cca35f220ed;hpb=f4766a7bbcfae845fc95923b01fa14ff83d589ff;p=jalview.git diff --git a/src/jalview/workers/AlignmentAnnotationFactory.java b/src/jalview/workers/AlignmentAnnotationFactory.java index 2507bb5..c4e4b04 100644 --- a/src/jalview/workers/AlignmentAnnotationFactory.java +++ b/src/jalview/workers/AlignmentAnnotationFactory.java @@ -56,7 +56,7 @@ public class AlignmentAnnotationFactory .getCurrentAlignFrame().alignPanel; if (currentAlignFrame == null) { - System.err.println( + jalview.bin.Console.errPrintln( "Can't register calculator as no alignment window has focus"); return; } @@ -82,7 +82,7 @@ public class AlignmentAnnotationFactory } else { - System.err.println( + jalview.bin.Console.errPrintln( "Can't register calculator as no alignment window has focus"); } }