Skip to content

Commit fd5b64e

Browse files
authored
remove revision param as it does not apply to this method (#2971)
1 parent 8c5d40d commit fd5b64e

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

persistence/src/main/scala/org/apache/pekko/persistence/state/javadsl/DurableStateUpdateStore.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ trait DurableStateUpdateStore[A] extends DurableStateStore[A] {
4141
* function ignores whether the object is deleted or not.
4242
*
4343
* @param persistenceId the persistenceId of the object to delete
44-
* @param revision the revision of the object to delete
4544
* @return a CompletionStage that completes when the object has been deleted
4645
*/
4746
@deprecated(message = "Use the deleteObject overload with revision instead.", since = "Akka 2.6.20")

persistence/src/main/scala/org/apache/pekko/persistence/state/scaladsl/DurableStateUpdateStore.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ trait DurableStateUpdateStore[A] extends DurableStateStore[A] {
4141
* function ignores whether the object is deleted or not.
4242
*
4343
* @param persistenceId the persistenceId of the object to delete
44-
* @param revision the revision of the object to delete
4544
* @return a Future that completes when the object has been deleted
4645
*/
4746
@deprecated(message = "Use the deleteObject overload with revision instead.", since = "Akka 2.6.20")

0 commit comments

Comments
 (0)