Skip to content

Commit e989297

Browse files
committed
chore: Fix comments in WORKSPACE file
1 parent 4756e8b commit e989297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ load("@io_grpc_grpc_java//:repositories.bzl", "grpc_java_repositories")
9797

9898
grpc_java_repositories()
9999

100-
// gRPC-Java uses jar_jar for bazel: https://github.com/grpc/grpc-java/pull/12243
101-
// The following lines are from jar_jar's README: https://github.com/bazeltools/bazel_jar_jar?tab=readme-ov-file#how-to-add-to-bazel-via-workspace
100+
# gRPC-Java uses jar_jar for bazel: https://github.com/grpc/grpc-java/pull/12243
101+
# The following lines are from jar_jar's README: https://github.com/bazeltools/bazel_jar_jar?tab=readme-ov-file#how-to-add-to-bazel-via-workspace
102102
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
103103
git_repository(
104104
name = "bazel_jar_jar",

0 commit comments

Comments
 (0)