Skip to content

Commit

Permalink
IGNITE-20898 Fixed deprecation of PartitionLossPolicy (READ_ONLY_ALL,…
Browse files Browse the repository at this point in the history
… READ_WRITE_ALL) (#11058)

(cherry picked from commit b67944f)
  • Loading branch information
Nastya828 authored and NSAmelchev committed Nov 20, 2023
1 parent 5a09c86 commit 8c552b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public enum PartitionLossPolicy {
*
* @deprecated {@link #READ_ONLY_SAFE} is used instead.
*/
@Deprecated
READ_ONLY_ALL,

/**
Expand All @@ -66,6 +67,7 @@ public enum PartitionLossPolicy {
*
* @deprecated {@link #READ_WRITE_SAFE} is used instead.
*/
@Deprecated
READ_WRITE_ALL,

/**
Expand Down

0 comments on commit 8c552b4

Please sign in to comment.