File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/main/java/jp/azisaba/lgw/kdstatus/sql Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,6 @@ public class SQLHandler {
2323 private Connection connection ;
2424 private boolean initialized = false ;
2525
26- private final String host = KDStatusReloaded .getPlugin ().getConfig ().getString ("host" );
27- private final String port = KDStatusReloaded .getPlugin ().getConfig ().getString ("port" );;
28- private final String database = KDStatusReloaded .getPlugin ().getConfig ().getString ("database" );;
29- private final String user = KDStatusReloaded .getPlugin ().getConfig ().getString ("username" );;
30- private final String password = KDStatusReloaded .getPlugin ().getConfig ().getString ("password" );;
31-
3226 public SQLHandler (File file ){
3327 this .file = file ;
3428 }
You can’t perform that action at this time.
0 commit comments