File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/main/java/org/maxgamer/quickshop/database Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3232import org .maxgamer .quickshop .util .reload .ReloadStatus ;
3333import org .maxgamer .quickshop .util .reload .Reloadable ;
3434
35- import java .sql .*;
35+ import java .sql .Connection ;
36+ import java .sql .PreparedStatement ;
37+ import java .sql .ResultSet ;
38+ import java .sql .ResultSetMetaData ;
39+ import java .sql .SQLException ;
3640import java .util .Queue ;
3741import java .util .concurrent .LinkedBlockingQueue ;
3842import java .util .logging .Level ;
@@ -265,7 +269,7 @@ public synchronized void unInit() {
265269 */
266270 @ Override
267271 public ReloadResult reloadModule () throws Exception {
268- init ();
272+ // init();
269273 return ReloadResult .builder ().status (ReloadStatus .SUCCESS ).build ();
270274 }
271275
You can’t perform that action at this time.
0 commit comments