Closes gh-11242
This commit is contained in:
Johnny Lim
2017-12-02 01:05:55 +09:00
committed by Stephane Nicoll
parent eec9597d91
commit 2c204f2154
12 changed files with 29 additions and 29 deletions

View File

@@ -24,7 +24,7 @@ import java.util.Set;
* Helper class for resolving placeholders in texts. Usually applied to file paths.
* <p>
* A text may contain {@code $ ...} placeholders, to be resolved as system properties:
* e.g. {@code $ user.dir} . Default values can be supplied using the ":" separator
* e.g. {@code $ user.dir}. Default values can be supplied using the ":" separator
* between key and value.
* <p>
* Adapted from Spring.