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:
parent
d8e0ea71a2
commit
785b23ecfb
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user