aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/proto/SupportData.java
diff options
context:
space:
mode:
authorGravatar elenairina <elenairina@google.com>2018-02-27 08:28:59 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-27 08:31:51 -0800
commit98ed9af727ec6342206d181fcd465e3e83980c52 (patch)
treecc222a83217b8f3558c2acc2502a5c5ace428bc7 /src/main/java/com/google/devtools/build/lib/rules/proto/SupportData.java
parent19c64284fb33372bd1a9185e0e8bb2a7b32265a1 (diff)
Expose ProtoSourcesProvider.transitive_proto_path_flags to Skylark.
Progress on #4544. RELNOTES: None. PiperOrigin-RevId: 187179454
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/proto/SupportData.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/proto/SupportData.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/proto/SupportData.java b/src/main/java/com/google/devtools/build/lib/rules/proto/SupportData.java
index 9e02d190d5..924b8c87b6 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/proto/SupportData.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/proto/SupportData.java
@@ -52,8 +52,8 @@ public abstract class SupportData {
public abstract NestedSet<Artifact> getProtosInDirectDeps();
/**
- * Directories of .proto sources collected from the transitive closure, each prefixed with
- * {@code --proto_path}. These flags will be passed to {@code protoc} in the specified oreder.
+ * Directories of .proto sources collected from the transitive closure. These flags will be passed
+ * to {@code protoc} in the specified order, via the {@code --proto_path} flag.
*/
public abstract NestedSet<String> getTransitiveProtoPathFlags();