Deprecated TableSQLParser and Column

This commit is contained in:
Rsl1122 2019-01-22 20:33:22 +02:00
parent d1085eed25
commit be6248de2f
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ package com.djrapitops.plan.db.sql.parsing;
*
* @author Rsl1122
*/
@Deprecated
public interface Column {
default String get() {

View File

@ -21,6 +21,7 @@ package com.djrapitops.plan.db.sql.parsing;
*
* @author Rsl1122
*/
@Deprecated
public class TableSqlParser extends SqlParser {
private int columns = 0;