Skip to content

Commit 785fd2e

Browse files
committed
Typo and format
git-svn-id: http://code.open-bio.org/repos/biojava/biojava-live/trunk@9897 7c6358e6-4a41-0410-a743-a5b2a554c398
1 parent 376f82e commit 785fd2e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

biojava3-core/src/main/java/org/biojava3/core/sequence/BasicSequence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
/**
3232
* Bare bones version of the Sequence object to be used sparingly. You should
33-
* really use a specialised version of {@link Sequence} which describes
33+
* really use a specialized version of {@link Sequence} which describes
3434
* your domain.
3535
*/
3636
public class BasicSequence<C extends Compound> extends AbstractSequence<C> {

biojava3-core/src/main/java/org/biojava3/core/sequence/DataSource.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package org.biojava3.core.sequence;
66

77
/**
8-
*
8+
*<pre>
99
* GenBank gi|gi-number|gb|accession|locus
1010
* ENA Data Library gi|gi-number|emb|accession|locus
1111
* DDBJ, DNA Database of Japan gi|gi-number|dbj|accession|locus
@@ -19,6 +19,7 @@
1919
* General database identifier gnl|database|identifier
2020
* NCBI Reference Sequence ref|accession|locus
2121
* Local Sequence identifier lcl|identifier
22+
* </pr>
2223
* @author Scooter Willis <willishf at gmail dot com>
2324
*/
2425

0 commit comments

Comments
 (0)