note that ${} is special in HOCON and not in Java properties

This commit is contained in:
Havoc Pennington 2011-12-06 00:20:21 -05:00
parent f95c309462
commit 0c55fd6f06

View File

@ -1028,3 +1028,4 @@ Differences include but are probably not limited to:
- HOCON allows comments on the same line as a key or value, while
properties files only recognize comment characters if they
occur as the first character on the line
- HOCON interprets `${}` as a substitution