Skip to content

Commit 1138277

Browse files
hvadehrarules_java Copybara
authored andcommitted
Internal change
(ignore-relnotes) PiperOrigin-RevId: 838728638 Change-Id: I9973ebcaba675627ba2f9f6ce3a74139560cbe12
1 parent 8bf8bca commit 1138277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/common/rules/impl/java_helper.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def _strip_extension(file):
101101
file.basename[:-(1 + len(file.extension))] if file.extension else file.basename
102102
)
103103

104-
# TODO(b/193629418): once out of builtins, create a canonical implementation and remove duplicates in depot
104+
# TODO(b/465048589): once out of builtins, create a canonical implementation and remove duplicates in depot
105105
def _full_classname(path):
106106
java_segments = _loading_phase_helper.java_segments(path)
107107
return ".".join(java_segments) if java_segments != None else None

0 commit comments

Comments
 (0)