aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-02-29 23:31:54 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-03-01 19:13:22 +0000
commitb622595680769bb1f4378abe77d98a0069fe8fa0 (patch)
tree2709e832f07ebff221b36ccc42f179356a9a3651 /src/main
parent46b89b245478ab92ea124e769038f04e2fd0b998 (diff)
Remove reference to web browsers in bazel documentation.
-- MOS_MIGRATED_REVID=115912069
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/test/ExecutionInfoProvider.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/test/ExecutionInfoProvider.java b/src/main/java/com/google/devtools/build/lib/rules/test/ExecutionInfoProvider.java
index 99602145fb..5eb084e244 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/test/ExecutionInfoProvider.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/test/ExecutionInfoProvider.java
@@ -34,7 +34,7 @@ public final class ExecutionInfoProvider implements TransitiveInfoProvider {
/**
* Returns a map to indicate special execution requirements, such as hardware
- * platforms, web browsers, etc. Rule tags, such as "requires-XXX", may also be added
+ * platforms, etc. Rule tags, such as "requires-XXX", may also be added
* as keys to the map.
*/
public ImmutableMap<String, String> getExecutionInfo() {