Skip to content

Commit

Permalink
Make ConnectionConfigParser package private
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Dec 9, 2020
1 parent 6eb961a commit 36a77a3
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 @@ -23,7 +23,7 @@
import java.util.Map;
import java.util.Properties;

public class ConnectionConfigParser {
class ConnectionConfigParser {
private static final String SEPARATOR = ": ";
private static final char COMMENT_START = '#';
private final SqlLine sqlLine;
Expand Down

0 comments on commit 36a77a3

Please sign in to comment.