Skip to content

Commit e0e6ce4

Browse files
committed
this can be final
1 parent 590b0b5 commit e0e6ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-core/src/main/java/org/biojava/nbio/core/sequence/io/GenbankSequenceParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public class GenbankSequenceParser<S extends AbstractSequence<C>, C extends Comp
7575
*/
7676
private HashMap<String, ArrayList<AbstractFeature>> featureCollection;
7777

78-
private Logger log = LoggerFactory.getLogger(getClass());
78+
private final Logger log = LoggerFactory.getLogger(getClass());
7979

8080
// this is a compoundset parsed from header.
8181
private CompoundSet<?> compoundType;

0 commit comments

Comments
 (0)