Modernize sal-akka-segmented-journal
[controller.git] / opendaylight / md-sal / sal-akka-segmented-journal / src / main / java / org / opendaylight / controller / akka / segjournal / DataJournalEntry.java
index 6899c6e1d652d518dd49ec15e1692ac409b51661..e0321b35d621db364ad7a5f932be0939d72d52c2 100644 (file)
@@ -16,10 +16,8 @@ import io.atomix.storage.journal.JournalSegment;
  * A single entry in the data journal. We do not store {@code persistenceId} for each entry, as that is a
  * journal-invariant, nor do we store {@code sequenceNr}, as that information is maintained by {@link JournalSegment}'s
  * index.
- *
- * @author Robert Varga
  */
-abstract class DataJournalEntry {
+abstract sealed class DataJournalEntry {
     /**
      * A single data journal entry on its way to the backing file.
      */