Skip to content

Commit c6d1475

Browse files
committed
static is better, wastes less memory
1 parent 6307f77 commit c6d1475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-core/src/test/java/org/biojava/nbio/core/sequence/io/GenbankReaderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ public void readSequenceWithZeroSpanFeature() throws IOException, CompoundNotFou
336336
/**
337337
* Helper class to be able to verify the closed state of the input stream.
338338
*/
339-
private class CheckableInputStream extends BufferedInputStream {
339+
private static class CheckableInputStream extends BufferedInputStream {
340340

341341
private boolean closed;
342342

0 commit comments

Comments
 (0)