|
@@ -179,7 +179,7 @@ import com.google.common.base.Preconditions;
|
|
* <p>When <tt>conf.get("otherdir")</tt> is called, then <tt>${<i>env.BASE_DIR</i>}</tt>
|
|
* <p>When <tt>conf.get("otherdir")</tt> is called, then <tt>${<i>env.BASE_DIR</i>}</tt>
|
|
* will be resolved to the value of the <tt>${<i>BASE_DIR</i>}</tt> environment variable.
|
|
* will be resolved to the value of the <tt>${<i>BASE_DIR</i>}</tt> environment variable.
|
|
* It supports <tt>${<i>env.NAME:-default</i>}</tt> and <tt>${<i>env.NAME-default</i>}</tt> notations.
|
|
* It supports <tt>${<i>env.NAME:-default</i>}</tt> and <tt>${<i>env.NAME-default</i>}</tt> notations.
|
|
- * The former is resolved to “default” if <tt>${<i>NAME</i>}</tt> environment variable is undefined
|
|
|
|
|
|
+ * The former is resolved to "default" if <tt>${<i>NAME</i>}</tt> environment variable is undefined
|
|
* or its value is empty.
|
|
* or its value is empty.
|
|
* The latter behaves the same way only if <tt>${<i>NAME</i>}</tt> is undefined.
|
|
* The latter behaves the same way only if <tt>${<i>NAME</i>}</tt> is undefined.
|
|
* <p>By default, warnings will be given to any deprecated configuration
|
|
* <p>By default, warnings will be given to any deprecated configuration
|