aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com')
-rw-r--r--src/main/java/com/google/devtools/build/lib/skylarkbuildapi/CommandLineArgsApi.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/CommandLineArgsApi.java b/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/CommandLineArgsApi.java
index 8bb807041d..a8d6bdec2a 100644
--- a/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/CommandLineArgsApi.java
+++ b/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/CommandLineArgsApi.java
@@ -515,7 +515,7 @@ public interface CommandLineArgsApi extends SkylarkValue {
+ "whitespace</li><li>"
+ "\"multiline\": All arguments are unquoted and separated by newline "
+ "characters</li></ul>"
- + "The format defaults to \"shell\" if not called.")
+ + "<p>The format defaults to \"shell\" if not called.")
})
public void setParamFileFormat(String format) throws EvalException;
}