From af091f745fcb56de68e6bfbe8b3320ab92a448d7 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Wed, 5 Oct 2016 12:01:31 +0100 Subject: [PATCH] JAL-1191 refined warning message --- src/jalview/io/gff/SequenceOntologyLite.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 1.7.10.2