We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93baa14 commit e3f6109Copy full SHA for e3f6109
src/main/java/com/bangmaple/jdbcgenerator/MainController.java
@@ -1197,7 +1197,7 @@ private void generateJDBCUtils() {
1197
bw.newLine();
1198
1199
bw.write(new StringBuilder(" ").append(getConnectionModifier)
1200
- .append("Connection ").append(txtGetConnection.getText())
+ .append("static ").append("Connection ").append(txtGetConnection.getText())
1201
.append("() {").toString());
1202
1203
0 commit comments