Do not leak Kryo from atomix.storage
[controller.git] / third-party / atomix / storage / src / test / java / io / atomix / storage / journal / DiskJournalTest.java
index e0161aee17245f4df78003496938f0030fbd5cad..2b3216e87c2301b0e9d4d4d9ba484e7a2ffd8a3e 100644 (file)
@@ -19,8 +19,8 @@ package io.atomix.storage.journal;
  * Disk journal test.
  */
 public class DiskJournalTest extends PersistentJournalTest {
-  public DiskJournalTest(int maxSegmentSize, int cacheSize) {
-    super(maxSegmentSize, cacheSize);
+  public DiskJournalTest(int maxSegmentSize) {
+    super(maxSegmentSize);
   }
 
   @Override