Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed Aug 12, 2012
1 parent a2925e0 commit 92a497a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,8 +68,8 @@ public Map<String, String> getVarsFromPropertiesContent(String content, Map<Stri
throw new IllegalArgumentException("A properties content must be not empty.");
}

content = processPath(content);
String contentResolved = Util.replaceMacro(content, currentEnvVars);
contentResolved = processPath(contentResolved);

Map<String, String> result = new LinkedHashMap<String, String>();
StringReader stringReader = new StringReader(contentResolved);
Expand Down

0 comments on commit 92a497a

Please sign in to comment.