Skip to content

Commit

Permalink
Upstream [We already have this patch]
Browse files Browse the repository at this point in the history
  • Loading branch information
R00tB33rMan committed Jan 22, 2025
1 parent eb45ab2 commit 78a661e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ public enum PostOrder {
LAST,

/**
* A deprecated order option, no longer required.
* You can now specify custom priorities using {@link Subscribe#priority()}.
* Previously used to specify that {@link Subscribe#priority()} should be used.
*
* @deprecated Use {@link Subscribe#priority()} to define custom priorities instead.
* @deprecated No longer required, you only need to specify {@link Subscribe#priority()}.
*/
@Deprecated
CUSTOM
Expand Down

0 comments on commit 78a661e

Please sign in to comment.