Modernize tests and fixup checkstyle
[controller.git] / atomix-storage / src / test / java / io / atomix / storage / journal / ByteArraySerdes.java
index c8789b829fabb69ed6c3c40f1d95f0cc877cc61c..8569099d447702df2bd0b11217c1918d8b605820 100644 (file)
@@ -20,7 +20,7 @@ import io.atomix.storage.journal.JournalSerdes.EntryOutput;
 import io.atomix.storage.journal.JournalSerdes.EntrySerdes;
 import java.io.IOException;
 
-@Deprecated(forRemoval = true, since="9.0.3")
+@Deprecated(forRemoval = true, since = "9.0.3")
 final class ByteArraySerdes implements EntrySerdes<byte[]> {
     @Override
     public byte[] read(final EntryInput input) throws IOException {