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 1d27fbb commit ca86919Copy full SHA for ca86919
src/main/java/jp/azisaba/lgw/kdstatus/sql/MySQLHandler.java
@@ -14,12 +14,6 @@ public class MySQLHandler {
14
@Getter
15
private Connection connection;
16
17
- private final String host = KDStatusReloaded.getPlugin().getConfig().getString("host");
18
- private final String port = KDStatusReloaded.getPlugin().getConfig().getString("port");
19
- private final String database = KDStatusReloaded.getPlugin().getConfig().getString("database");
20
- private final String user = KDStatusReloaded.getPlugin().getConfig().getString("username");
21
- private final String password = KDStatusReloaded.getPlugin().getConfig().getString("password");
22
-
23
public boolean isConnected(){
24
return (connection != null);
25
}
0 commit comments