[#8698] In Sign switch over Configuration#family()
The switch over Sign#dialect() was wrong (typo).
This commit is contained in:
parent
9a7e111fb9
commit
893ce190e3
@ -65,7 +65,7 @@ final class Sign extends AbstractFunction<Integer> {
|
||||
@SuppressWarnings("unchecked")
|
||||
@Override
|
||||
final Field<Integer> getFunction0(Configuration configuration) {
|
||||
switch (configuration.dialect()) {
|
||||
switch (configuration.family()) {
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user