removed deprecated annotations from ClusterProvider
Closes #27515 Signed-off-by: Garth <244253+xgp@users.noreply.github.com>
This commit is contained in:
parent
c2a2d04950
commit
91a6fda69c
1 changed files with 0 additions and 2 deletions
|
@ -27,9 +27,7 @@ import java.util.concurrent.Future;
|
|||
* Various utils related to clustering and concurrent tasks on cluster nodes
|
||||
*
|
||||
* @author <a href="mailto:mposolda@redhat.com">Marek Posolda</a>
|
||||
* @deprecated This is only available when the legacy store is enabled. Support for this will be eventually removed.
|
||||
*/
|
||||
@Deprecated
|
||||
public interface ClusterProvider extends Provider {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue