Skip to content

Commit

Permalink
Make ConnectionConfigParser constructor package private
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Dec 9, 2020
1 parent 36a77a3 commit 343d5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/sqlline/ConnectionConfigParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ConnectionConfigParser {
private final SqlLine sqlLine;
private final Map<String, Properties> connections = new HashMap<>();

public ConnectionConfigParser(SqlLine sqlLine) {
ConnectionConfigParser(SqlLine sqlLine) {
this.sqlLine = sqlLine;
}

Expand Down

0 comments on commit 343d5e5

Please sign in to comment.