Skip to content

Commit 4a0cc44

Browse files
committed
this is not suppressing anything
1 parent 3703042 commit 4a0cc44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ public LinkedHashMap<String,S> process(final int max) throws IOException, Compou
153153
}
154154

155155
LinkedHashMap<String,S> sequences = new LinkedHashMap<>();
156-
@SuppressWarnings("unchecked")
157156
int i=0;
158157
while(true) {
159158
if(max>0 && i>=max) break;

0 commit comments

Comments
 (0)