Skip to content

Commit

Permalink
Remove space.
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jan 23, 2015
1 parent 9693e0f commit f5167ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ private Container(String home, String configFile)
!FilenameUtils.isExtension(configFile, "xml"))
configFile = CONFIG_FILE;
this.configFile = configFile;
if (StringUtils.isBlank(FilenameUtils.getPath(home)) )
if (StringUtils.isBlank(FilenameUtils.getPath(home)))
home = System.getProperty("user.dir");
File f = new File(home);

Expand Down

0 comments on commit f5167ec

Please sign in to comment.