From 9f4e5aba802e65ae78f92ced248815bacde32dab Mon Sep 17 00:00:00 2001 From: juliexxia Date: Mon, 28 Aug 2017 19:35:38 +0200 Subject: In the config_setting arguments section, the description of the "values" arg states that "This and *values* cannot both be empty" with the word *values* hyperlinking to define_values. Assuming typo(?) and changing to "This and *define_values* cannot both be empty." RELNOTES: None. PiperOrigin-RevId: 166723373 --- .../com/google/devtools/build/lib/rules/config/ConfigRuleClasses.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main') diff --git a/src/main/java/com/google/devtools/build/lib/rules/config/ConfigRuleClasses.java b/src/main/java/com/google/devtools/build/lib/rules/config/ConfigRuleClasses.java index 587e81e10f..569b022f10 100644 --- a/src/main/java/com/google/devtools/build/lib/rules/config/ConfigRuleClasses.java +++ b/src/main/java/com/google/devtools/build/lib/rules/config/ConfigRuleClasses.java @@ -142,8 +142,8 @@ public class ConfigRuleClasses { any of those settings match.

-

This and values cannot - both be empty. +

This and define_values + cannot both be empty.

*/ .add( -- cgit v1.2.3