Skip to content

Commit 43bd069

Browse files
committed
Modify @com_google_proto_field_extraction to @com_google_protofieldextraction
1 parent 73ea4e3 commit 43bd069

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

proto_processing_lib/BUILD.bazel

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Copyright 2023 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -38,7 +37,6 @@ cc_library(
3837
"//proto_processing_lib/proto_scrubber:field_mask_node",
3938
"//proto_processing_lib/proto_scrubber:proto_scrubber_enums",
4039
"@com_google_absl//absl/status",
41-
"@com_google_proto_field_extraction//proto_field_extraction/message_data:message_data_interface",
40+
"@com_google_protofieldextraction//proto_field_extraction/message_data:message_data_interface",
4241
],
4342
)
44-

0 commit comments

Comments
 (0)