[jOOQ/jOOQ#15941] Remove deprecated Context::keyword method

This commit is contained in:
Lukas Eder 2024-02-09 18:15:14 +01:00
parent 0392b0bb71
commit c03b165cea

View File

@ -102,11 +102,6 @@ abstract class AbstractBindContext extends AbstractContext<BindContext> implemen
throw new UnsupportedOperationException("Not implemented");
}
@Override
public final BindContext keyword(String keyword) {
return this;
}
@Override
public final BindContext sql(String sql) {
return this;