use of org.tweetwallfx.config.Configuration in project TweetwallFX by TweetWallFX.
the class ConfigurationLoadable method execute.
@Override
public void execute() {
final Configuration conf = Configuration.getInstance();
LOG.info(conf);
assert null != conf : "Configuration is not loadable";
}
Aggregations