We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb54d6a commit 8d7c7c8Copy full SHA for 8d7c7c8
src/main/java/i/fran2019/BotMaster/BotMaster.java
@@ -22,10 +22,6 @@
22
import org.slf4j.LoggerFactory;
23
import redis.clients.jedis.UnifiedJedis;
24
25
-import javax.net.ssl.SSLContext;
26
-import java.security.KeyManagementException;
27
-import java.security.NoSuchAlgorithmException;
28
-
29
public class BotMaster {
30
@NonNull @Getter private static Logger logger = LoggerFactory.getLogger(BotMaster.class);
31
@NonNull @Getter private static BotMaster botMaster;
0 commit comments