Correction to remove the main method from H2Dialect

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
Jan Schatteman 2023-04-27 22:11:43 +02:00 committed by Jan Schatteman
parent 506383a4ff
commit a8dfd116e3
1 changed files with 0 additions and 3 deletions

View File

@ -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);