From f450aa93697370c8085dbc49c6d35aed27f6f735 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Fri, 3 Oct 2014 04:55:48 -0400 Subject: [PATCH] typo: "will (now -> not) throw" --- .../src/main/java/com/typesafe/config/ConfigResolveOptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java b/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java index 01c7ff88..2b714041 100644 --- a/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java +++ b/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java @@ -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.