java/sql-dk/src/info/globalcode/sql/dk/InfoLister.java
branchv_0
changeset 20 e225bdcd260e
parent 19 873669135d97
child 26 4ec8e5534eb9
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/InfoLister.java	Mon Dec 16 20:42:45 2013 +0100
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/InfoLister.java	Mon Dec 16 23:17:34 2013 +0100
     1.3 @@ -33,9 +33,11 @@
     1.4  
     1.5  	private static final Logger log = Logger.getLogger(InfoLister.class.getName());
     1.6  	private PrintStream out;
     1.7 +	private ConfigurationProvider configurationProvider;
     1.8  
     1.9 -	public InfoLister(PrintStream out) {
    1.10 +	public InfoLister(PrintStream out, ConfigurationProvider configurationProvider) {
    1.11  		this.out = out;
    1.12 +		this.configurationProvider = configurationProvider;
    1.13  	}
    1.14  
    1.15  	public void showInfo(CLIOptions options) {