[jOOQ/jOOQ#15941] Remove deprecated Context::keyword method
This commit is contained in:
parent
0392b0bb71
commit
c03b165cea
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user