mirror of https://github.com/apache/druid.git
Removed empty function from CompressionStrategyTest
This commit is contained in:
parent
6943db5251
commit
c6043afa32
|
@ -83,12 +83,6 @@ public class CompressionStrategyTest
|
|||
random.nextBytes(originalData);
|
||||
}
|
||||
|
||||
@Before
|
||||
public void setup()
|
||||
{
|
||||
// NOOP
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testBasicOperations()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue