Skip to content

Commit fc978f7

Browse files
jamesmorrisjamesmorris
authored andcommitted
Changed the 'name' set by the super() call to the Qualifier constructor
from dbxref -> db_xref as the second form is most commonly used and appears in reference material for GenBank files
1 parent 72347b0 commit fc978f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biojava-core/src/main/java/org/biojava/nbio/core/sequence/features/DBReferenceInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class DBReferenceInfo extends Qualifier {
4747
* @param id
4848
*/
4949
public DBReferenceInfo(String database, String id){
50-
super("dbxref","");
50+
super("db_xref","");
5151
this.database = database;
5252
this.id = id;
5353
}

0 commit comments

Comments
 (0)