Skip to content

Commit

Permalink
1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Osiris-Team committed Nov 5, 2023
1 parent 63b792a commit e848057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.osiris.jsqlgen</groupId>
<artifactId>jSQL-Gen</artifactId>
<version>1.21</version>
<version>1.22</version>
<name>jSQL-Gen</name>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,7 @@ public static void generateDatabaseFile(Database db, File databaseFile, String r
" try {\n" +
" driverClass = Class.forName(driverClassName);\n" +
" Objects.requireNonNull(driverClass);\n" +
" break; // No need to continue, since registration was a success \n" +
" } catch (Exception e) {\n" +
" lastException = e;\n" +
" }\n" +
Expand Down

0 comments on commit e848057

Please sign in to comment.