Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1c8d587

Browse filesBrowse files
committed
Javadoc fix: bad tags
1 parent 2fab7b0 commit 1c8d587
Copy full SHA for 1c8d587

3 files changed

+3-3Lines changed: 3 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎biojava-core/src/main/java/org/biojava/nbio/core/sequence/reference/AbstractReference.java‎

Copy file name to clipboardExpand all lines: biojava-core/src/main/java/org/biojava/nbio/core/sequence/reference/AbstractReference.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* @since 5.0.0
25-
* @Author Jim Tang
25+
* @author Jim Tang
2626
*/
2727
public abstract class AbstractReference implements ReferenceInterface {
2828

Collapse file

‎biojava-core/src/main/java/org/biojava/nbio/core/sequence/reference/GenbankReference.java‎

Copy file name to clipboardExpand all lines: biojava-core/src/main/java/org/biojava/nbio/core/sequence/reference/GenbankReference.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* For Genbank format file only.
2525
*
2626
* @since 5.0.0
27-
* @Author Jim Tang
27+
* @author Jim Tang
2828
*/
2929
public class GenbankReference extends AbstractReference {
3030

Collapse file

‎biojava-core/src/main/java/org/biojava/nbio/core/sequence/reference/ReferenceInterface.java‎

Copy file name to clipboardExpand all lines: biojava-core/src/main/java/org/biojava/nbio/core/sequence/reference/ReferenceInterface.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* @since 5.0.0
25-
* @Author Jim Tang
25+
* @author Jim Tang
2626
*/
2727
public interface ReferenceInterface {
2828

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.