aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/proto
diff options
context:
space:
mode:
authorGravatar Eric Dobson <eric.n.dobson@gmail.com>2017-09-05 12:30:15 +0200
committerGravatar Yun Peng <pcloudy@google.com>2017-09-05 14:58:38 +0200
commitebf335cec37df673cf497038c13a1cec426c9d56 (patch)
tree8f8b3d8c6fd989950d012d8c96730a89263c998c /src/main/java/com/google/devtools/build/lib/rules/proto
parent01ebfea41d10f3fd941ed345ff6a23aa002340c4 (diff)
Fix whitespace issue in ProtoSourcesProvider documentation
Closes #3673. PiperOrigin-RevId: 167558706
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/proto')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/proto/ProtoSourcesProvider.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/proto/ProtoSourcesProvider.java b/src/main/java/com/google/devtools/build/lib/rules/proto/ProtoSourcesProvider.java
index 94f6590df4..1207ae0231 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/proto/ProtoSourcesProvider.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/proto/ProtoSourcesProvider.java
@@ -92,7 +92,7 @@ public abstract class ProtoSourcesProvider implements TransitiveInfoProvider {
name = "check_deps_sources",
doc =
"Proto sources from the 'srcs' attribute. If the library is a proxy library "
- + "that has no sources, it contains the check_deps_sources"
+ + "that has no sources, it contains the check_deps_sources "
+ "from this library's direct deps.",
structField = true
)