From 6458d3d1b6e41a2123401389707f7d94768c0345 Mon Sep 17 00:00:00 2001 From: John Lonergan Date: Sat, 27 Aug 2016 04:14:55 +0100 Subject: [PATCH] scalastyle --- .../main/java/com/typesafe/config/ConfigIncludeContext.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java b/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java index 7560470e..e1a14dca 100644 --- a/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java +++ b/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java @@ -46,7 +46,9 @@ public interface ConfigIncludeContext { /** - * Copy this {@link ConfigIncludeContext} giving it a new value for its parseOptions + * Copy this {@link ConfigIncludeContext} giving it a new value for its parseOptions. + * + * @param options new parse options to use * * @return the updated copy of this context */