remove leftover of the removed method javadocs

This commit is contained in:
mohammed jasem alaajel 2022-07-07 04:49:52 +04:00
parent 5a51d5c1b3
commit 0311a893c7
1 changed files with 0 additions and 9 deletions

View File

@ -304,15 +304,6 @@ public class RedisBungeeAPI {
return plugin.getUuidTranslator().getTranslatedUuid(name, expensiveLookups);
}
/**
* This gets Redis Bungee {@link JedisPool}
* @return {@link JedisPool}
* @deprecated this secluded to be removed when support for redis sentinel or redis cluster is finished, use {@link RedisBungeeAPI#requestJedis()}
* @since 0.6.5
*/
/**
* This gives you instance of Jedis
* @return {@link Jedis}