Skip to content

Commit aba2da3

Browse files
committed
Refactor MySQL class to extend AbstractSqlTable
1 parent 7aa0f59 commit aba2da3

3 files changed

Lines changed: 758 additions & 767 deletions

File tree

AdvancedCore/src/main/java/com/bencodez/advancedcore/AdvancedCorePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ public void debug(DebugLevel debugLevel, String debug) {
366366
*
367367
* @param e Exception
368368
*/
369-
public void debug(Exception e) {
369+
public void debug(Throwable e) {
370370
if (getOptions().getDebug().isDebug()) {
371371
e.printStackTrace();
372372
}

0 commit comments

Comments
 (0)