Skip to content

Commit

Permalink
Deprecated FLUSH
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Apr 15, 2024
1 parent d31ce13 commit 32c07c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/jgroups/protocols/pbcast/FLUSH.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
*
* @author Vladimir Blagojevic
* @since 2.4
* @deprecated Over 20 years old and nodoby uses it. Will be removed in 5.4
*/
@Deprecated(since="5.3.5",forRemoval=true)
@MBean(description = "Flushes the cluster")
public class FLUSH extends Protocol {

Expand Down

0 comments on commit 32c07c3

Please sign in to comment.