Merge branch 'documentation/JAL-2675_release2102b1' into feature/JAL-2611
[jalview.git] / src / jalview / api / DBRefEntryI.java
index 51c35c5..672d6b4 100644 (file)
@@ -92,7 +92,8 @@ public interface DBRefEntryI
   public boolean updateFrom(DBRefEntryI otherEntry);
 
   /**
-   * Answers true if the ref looks like a primary (direct) database reference. <br>
+   * Answers true if the ref looks like a primary (direct) database reference.
+   * <br>
    * The only way a dbref's mappings can be fully verified is via the local
    * sequence frame, so rather than use isPrimaryCandidate directly, please use
    * SequenceI.getPrimaryDbRefs(). <br>