Correction to remove the main method from H2Dialect
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
parent
506383a4ff
commit
a8dfd116e3
|
@ -138,9 +138,6 @@ public class H2Dialect extends Dialect {
|
|||
this( MINIMUM_VERSION );
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println( new H2Dialect().getMinimumSupportedVersion() );
|
||||
}
|
||||
public H2Dialect(DatabaseVersion version) {
|
||||
super(version);
|
||||
|
||||
|
|
Loading…
Reference in New Issue