Skip to content

Commit 6b0ccd1

Browse files
GooglerCopybara-Service
authored andcommitted
Wrap a comment line around 80 chars.
RELNOTES: None. PiperOrigin-RevId: 196272337
1 parent 4926eaf commit 6b0ccd1

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

  • scripts
  • src
    • java_tools/junitrunner/java/com/google/testing/coverage
    • main/protobuf
    • test/java/com/google/devtools/build/android/desugar

scripts/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ genrule(
1818
output_to_bindir = 1,
1919
# Bazel 0.8.0 doesn't have this target under @bazel_tools, so we have to
2020
# use it from the main repository
21-
toolchains = ["@bazel_tools//tools/jdk:current_host_java_runtime"],
21+
toolchains = ["@bazel_tools//tools/jdk:current_java_runtime"],
2222
tools = [
2323
":generate_bash_completion.sh",
2424
"//src:bazel",

src/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ genrule(
361361
# Technically, this should be prefixed with @bazel_tools, but in order to
362362
# avoid having to wait a Bazel release which has this target under
363363
# @bazel_tools, we use it from the main repository. It's the same anyway.
364-
toolchains = ["@bazel_tools//tools/jdk:current_host_java_runtime"],
364+
toolchains = ["@bazel_tools//tools/jdk:current_java_runtime"],
365365
tools = ["combine_derived_java_srcs.sh"],
366366
visibility = ["//:__pkg__"],
367367
)

src/java_tools/junitrunner/java/com/google/testing/coverage/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ genrule(
7070
"rm -fr \"$${JARJAR}\"",
7171
]),
7272
tags = ["manual"],
73-
toolchains = ["@bazel_tools//tools/jdk:current_host_java_runtime"],
73+
toolchains = ["@bazel_tools//tools/jdk:current_java_runtime"],
7474
tools = [
7575
"//src/java_tools/singlejar:SingleJar_deploy.jar",
7676
"//third_party/jarjar:jarjar_bin_deploy.jar",

src/main/protobuf/build.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@ message Rule {
331331
optional string skylark_environment_hash_code = 12;
332332
}
333333

334-
// A pairing of attribute name and a Skylark aspect that is applied to that attribute.
334+
// A pairing of attribute name and a Skylark aspect that is applied to that
335+
// attribute.
335336
message AttributeAspect {
336337
required string attribute_name = 1;
337338
required SkylarkAspect aspect = 2;

src/test/java/com/google/devtools/build/android/desugar/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@ $(JAVABASE)/bin/javap -c -p -cp $< 'com.google.devtools.build.android.desugar.te
16201620
tags = ["no_windows"],
16211621
# Bazel 0.8.0 doesn't have this target under @bazel_tools, so we have to
16221622
# use the one in the main repository
1623-
toolchains = ["@bazel_tools//tools/jdk:current_host_java_runtime"],
1623+
toolchains = ["@bazel_tools//tools/jdk:current_java_runtime"],
16241624
tools = ["@bazel_tools//tools/jdk"],
16251625
)
16261626

0 commit comments

Comments
 (0)