removed deprecated annotations from ClusterProvider

Closes #27515

Signed-off-by: Garth <244253+xgp@users.noreply.github.com>
This commit is contained in:
Garth 2024-04-02 20:10:46 +02:00 committed by GitHub
parent c2a2d04950
commit 91a6fda69c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {
/**