typo: "will (now -> not) throw"

This commit is contained in:
Chris Martin 2014-10-03 04:55:48 -04:00
parent d6ffa8fc0f
commit f450aa9369

View File

@ -83,7 +83,7 @@ public final class ConfigResolveOptions {
* default, unresolved substitutions are an error. If unresolved
* substitutions are allowed, then a future attempt to use the unresolved
* value may fail, but {@link Config#resolve(ConfigResolveOptions)} itself
* will now throw.
* will not throw.
*
* @param value
* true to silently ignore unresolved substitutions.