git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e5253d
)
JAL-1191 refined warning message
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Wed, 5 Oct 2016 11:01:31 +0000
(12:01 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Wed, 5 Oct 2016 11:01:31 +0000
(12:01 +0100)
src/jalview/io/gff/SequenceOntologyLite.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/gff/SequenceOntologyLite.java
b/src/jalview/io/gff/SequenceOntologyLite.java
index
2c972ad
..
61b34ad
100644
(file)
--- 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);
}