|
Change Parameter Type commit : Commit<ReferenceCommands.Get> to commit : Commit<AtomicValueCommands.Get> in method protected get(commit Commit<AtomicValueCommands.Get>) : Object in class net.kuujo.copycat.atomic.state.AtomicValueState |
From |
To |
|
Change Parameter Type commit : Commit<ReferenceCommands.CompareAndSet> to commit : Commit<AtomicValueCommands.CompareAndSet> in method protected compareAndSet(commit Commit<AtomicValueCommands.CompareAndSet>) : boolean in class net.kuujo.copycat.atomic.state.AtomicValueState |
From |
To |
|
Change Parameter Type commit : Commit<? extends ReferenceCommands.ReferenceCommand> to commit : Commit<? extends AtomicValueCommands.ReferenceCommand> in method private isActive(commit Commit<? extends AtomicValueCommands.ReferenceCommand>, time Instant) : boolean in class net.kuujo.copycat.atomic.state.AtomicValueState |
From |
To |
|
Change Parameter Type commit : Commit<ReferenceCommands.GetAndSet> to commit : Commit<AtomicValueCommands.GetAndSet> in method protected getAndSet(commit Commit<AtomicValueCommands.GetAndSet>) : Object in class net.kuujo.copycat.atomic.state.AtomicValueState |
From |
To |
|
Change Parameter Type commit : Commit<ReferenceCommands.Unlisten> to commit : Commit<AtomicValueCommands.Unlisten> in method protected unlisten(commit Commit<AtomicValueCommands.Unlisten>) : void in class net.kuujo.copycat.atomic.state.AtomicValueState |
From |
To |
|
Change Parameter Type commit : Commit<ReferenceCommands.Set> to commit : Commit<AtomicValueCommands.Set> in method protected set(commit Commit<AtomicValueCommands.Set>) : void in class net.kuujo.copycat.atomic.state.AtomicValueState |
From |
To |
|
Change Parameter Type commit : Commit<ReferenceCommands.Listen> to commit : Commit<AtomicValueCommands.Listen> in method protected listen(commit Commit<AtomicValueCommands.Listen>) : void in class net.kuujo.copycat.atomic.state.AtomicValueState |
From |
To |