Skip to content

Commit 3352921

Browse files
authored
Various simple cleanups to remove warnings. (bazelbuild#643)
1 parent d6040f9 commit 3352921

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

closure/testing/library/BUILD

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
load("//closure:defs.bzl", "closure_js_binary", "closure_js_library")
2-
31
# Copyright 2024 The Closure Rules Authors. All rights reserved.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,6 +11,9 @@ load("//closure:defs.bzl", "closure_js_binary", "closure_js_library")
1311
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1412
# See the License for the specific language governing permissions and
1513
# limitations under the License.
14+
15+
load("//closure:defs.bzl", "closure_js_library")
16+
1617
package(
1718
default_testonly = True,
1819
default_visibility = ["//visibility:public"],
@@ -85,8 +86,8 @@ closure_js_library(
8586
"useOfGoogProvide",
8687
],
8788
deps = [
88-
":testcase",
8989
":jsunit",
90+
":testcase",
9091
],
9192
)
9293

closure/testing/phantomjs_test.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ load(
2525
"collect_runfiles",
2626
"extract_providers",
2727
"long_path",
28-
"unfurl",
2928
)
3029

3130
def _impl(ctx):

java/io/bazel/rules/closure/worker/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ java_library(
2929
deps = [
3030
":worker_protocol_java_proto",
3131
"@com_google_auto_value",
32-
"@com_google_code_findbugs_jsr305",
3332
"@com_google_dagger",
3433
"@com_google_guava",
35-
"@com_google_protobuf//:protobuf_java",
3634
],
3735
)
3836

0 commit comments

Comments
 (0)