Skip to content

Commit fdbb85d

Browse files
committed
remove unused import
1 parent d3a5a6c commit fdbb85d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/unit/org/apache/cassandra/io/util/SequentialWriterReadableTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import org.junit.Test;
2929

3030
import org.apache.cassandra.config.DatabaseDescriptor;
31-
import org.apache.cassandra.io.compress.BufferType;
3231

3332
import static org.junit.Assert.*;
3433

@@ -261,4 +260,4 @@ public void testExistingFileWithReadableFalse() throws IOException
261260
tempFile.tryDelete();
262261
}
263262
}
264-
}
263+
}

0 commit comments

Comments
 (0)