From: gmungoc Date: Wed, 5 Oct 2016 11:01:31 +0000 (+0100) Subject: JAL-1191 refined warning message X-Git-Tag: Release_2_10_0~17 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=af091f745fcb56de68e6bfbe8b3320ab92a448d7;p=jalview.git JAL-1191 refined warning message --- diff --git a/src/jalview/io/gff/SequenceOntologyLite.java b/src/jalview/io/gff/SequenceOntologyLite.java index 2c972ad..61b34ad 100644 --- a/src/jalview/io/gff/SequenceOntologyLite.java +++ b/src/jalview/io/gff/SequenceOntologyLite.java @@ -182,7 +182,7 @@ public class SequenceOntologyLite implements SequenceOntologyI if (!termsNotFound.contains(term)) { System.out.println("SO term " + term - + " not known - may be invalid, or model if needed in " + + " not known - add to model if needed in " + getClass().getName()); termsNotFound.add(term); }