Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
Add "static" modifier for easily accessing.
  • Loading branch information
bangmaple authored Apr 5, 2020
1 parent 93baa14 commit e3f6109
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ private void generateJDBCUtils() {
bw.newLine();
bw.newLine();
bw.write(new StringBuilder(" ").append(getConnectionModifier)
.append("Connection ").append(txtGetConnection.getText())
.append("static ").append("Connection ").append(txtGetConnection.getText())
.append("() {").toString());
bw.newLine();
bw.newLine();
Expand Down

0 comments on commit e3f6109

Please sign in to comment.