2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-09 00:20:26 +00:00

rename internal method

This commit is contained in:
2022-07-08 03:23:44 +04:00
parent 9f05bd3438
commit 2c11cb179a
3 changed files with 6 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ import java.util.concurrent.TimeUnit;
*/
public interface RedisBungeePlugin<P> extends EventsPlatform{
default void start() {
default void initialize() {
}