2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-22 20:28:00 +00:00

fix java docs issue

This commit is contained in:
mohammed jasem alaajel 2021-07-30 02:20:39 +04:00
parent d8e0ea71a2
commit 785b23ecfb

View File

@ -76,10 +76,11 @@ public final class RedisBungee extends Plugin {
.build(); .build();
/** /**
* @deprecated
* Fetch the {@link RedisBungeeAPI} object created on plugin start. * Fetch the {@link RedisBungeeAPI} object created on plugin start.
* *
* @return the {@link RedisBungeeAPI} object * @deprecated Please use {@link RedisBungeeAPI#getRedisBungeeApi()}
*
* @return the {@link RedisBungeeAPI} object instance.
*/ */
@Deprecated @Deprecated
public static RedisBungeeAPI getApi() { public static RedisBungeeAPI getApi() {