mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-27 11:37:41 +01:00
Deprecated TableSQLParser and Column
This commit is contained in:
parent
d1085eed25
commit
be6248de2f
@ -21,6 +21,7 @@ package com.djrapitops.plan.db.sql.parsing;
|
||||
*
|
||||
* @author Rsl1122
|
||||
*/
|
||||
@Deprecated
|
||||
public interface Column {
|
||||
|
||||
default String get() {
|
||||
|
@ -21,6 +21,7 @@ package com.djrapitops.plan.db.sql.parsing;
|
||||
*
|
||||
* @author Rsl1122
|
||||
*/
|
||||
@Deprecated
|
||||
public class TableSqlParser extends SqlParser {
|
||||
|
||||
private int columns = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user