HHH-13225 Restore original constructor to preserve SPI compatibility
This commit is contained in:
parent
5fde418a0d
commit
ba4d742d34
|
@ -55,7 +55,7 @@ public class BasicDialectResolver implements DialectResolver {
|
||||||
String nameToMatch,
|
String nameToMatch,
|
||||||
int majorVersionToMatch,
|
int majorVersionToMatch,
|
||||||
int minorVersionToMatch,
|
int minorVersionToMatch,
|
||||||
Class<? extends Dialect> dialectClass) {
|
Class dialectClass) {
|
||||||
this.nameToMatch = nameToMatch;
|
this.nameToMatch = nameToMatch;
|
||||||
this.majorVersionToMatch = majorVersionToMatch;
|
this.majorVersionToMatch = majorVersionToMatch;
|
||||||
this.minorVersionToMatch = minorVersionToMatch;
|
this.minorVersionToMatch = minorVersionToMatch;
|
||||||
|
|
Loading…
Reference in New Issue