|
Change Variable Type segments : TreeMap<Long,JournalSegment> to segments : TreeMap<Long,JournalSegment<E>> in method protected loadSegments() : Collection<JournalSegment<E>> in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Variable Type nextEntry : Map.Entry<Long,JournalSegment> to nextEntry : Map.Entry<Long,JournalSegment<E>> in method protected loadSegments() : Collection<JournalSegment<E>> in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Variable Type segment : JournalSegment to segment : JournalSegment<E> in method private open() : void in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Variable Type lastSegment : JournalSegment to lastSegment : JournalSegment<E> in method private resetCurrentSegment() : void in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Variable Type previousEntry : Map.Entry<Long,JournalSegment> to previousEntry : Map.Entry<Long,JournalSegment<E>> in method protected loadSegments() : Collection<JournalSegment<E>> in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Variable Type segment : JournalSegment to segment : JournalSegment<E> in method protected loadSegments() : Collection<JournalSegment<E>> in class io.atomix.storage.journal.SegmentedJournal |
From |
To |