JAL-1191 refined warning message
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 5 Oct 2016 11:01:31 +0000 (12:01 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 5 Oct 2016 11:01:31 +0000 (12:01 +0100)
src/jalview/io/gff/SequenceOntologyLite.java

index 2c972ad..61b34ad 100644 (file)
@@ -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);
       }