Skip to content

Commit

Permalink
Correction to remove the main method from H2Dialect
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
  • Loading branch information
jrenaat committed Apr 27, 2023
1 parent c6389ef commit 5e4ca03
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -138,9 +138,6 @@ public H2Dialect() {
this( MINIMUM_VERSION );
}

public static void main(String[] args) {
System.out.println( new H2Dialect().getMinimumSupportedVersion() );
}
public H2Dialect(DatabaseVersion version) {
super(version);

Expand Down

0 comments on commit 5e4ca03

Please sign in to comment.