aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibrary.java
diff options
context:
space:
mode:
authorGravatar cushon <cushon@google.com>2018-04-27 01:25:50 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-27 01:27:08 -0700
commit8c6b7abac3072314a5707cfdf8a942cf050a2ce7 (patch)
treeedb50541f6a1b44c8588e761e40e86d8756e7363 /src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibrary.java
parent5a9cf986c76667c7d67ea65f28f274c3df41feb3 (diff)
Normalize parameter name comments
PiperOrigin-RevId: 194512971
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibrary.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibrary.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibrary.java b/src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibrary.java
index 384384250a..e3687be773 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibrary.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibrary.java
@@ -51,7 +51,7 @@ public class BazelProtoLibrary implements RuleConfiguredTargetFactory {
final SupportData supportData =
SupportData.create(
- Predicates.<TransitiveInfoCollection>alwaysTrue() /* nonWeakDepsPredicate */,
+ /* nonWeakDepsPredicate= */ Predicates.<TransitiveInfoCollection>alwaysTrue(),
protoSources,
protosInDirectDeps,
transitiveImports,
@@ -73,7 +73,7 @@ public class BazelProtoLibrary implements RuleConfiguredTargetFactory {
transitiveImports,
protosInDirectDeps,
descriptorSetOutput,
- true /* allowServices */,
+ /* allowServices= */ true,
dependenciesDescriptorSets,
protoPathFlags);