X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fext%2Fso%2FSequenceOntology.java;h=5aae8bfb685c62c5aa4f2d540e21892bb86694ad;hb=853624fb32058cccc544ae7d13af6ad4b0800b6c;hp=28ddfd9aa0fc26df7ec2b475f36d799f2db27107;hpb=02d6aa2077a261d41db77a0158f2b4b779a36398;p=jalview.git diff --git a/src/jalview/ext/so/SequenceOntology.java b/src/jalview/ext/so/SequenceOntology.java index 28ddfd9..5aae8bf 100644 --- a/src/jalview/ext/so/SequenceOntology.java +++ b/src/jalview/ext/so/SequenceOntology.java @@ -175,9 +175,9 @@ public class SequenceOntology implements SequenceOntologyI } else { - System.err.println("Warning: " + term.getName() - + " has replaced " + replaced.getName() - + " for lookup of '" + description + "'"); + System.err.println("Warning: " + term.getName() + + " has replaced " + replaced.getName() + + " for lookup of '" + description + "'"); } } termsByDescription.put(description, term); @@ -200,8 +200,8 @@ public class SequenceOntology implements SequenceOntologyI { try { - if (Boolean.TRUE.equals(ann.getProperty("is_obsolete"))) - { + if (Boolean.TRUE.equals(ann.getProperty("is_obsolete"))) + { return true; } } catch (NoSuchElementException e)