Skip to content

Commit e021ac7

Browse files
committed
Fix javadoc todo link
go/todont
1 parent 53326b2 commit e021ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/JavadocPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private static void applyDoclava(Project project) {
117117
// This comes with the risks of Timestamp's javadoc and binary releases having
118118
// disconnected timelines.
119119
// Given the repeated tedium in dealing with javadoc, this risk seems worth taking
120-
// b/243534168
120+
// TODO(b/243534168): Move Timestamp class to firebase-common
121121
if ("firebase-common".equals(project.getName())) {
122122
Project firestoreProject = project.findProject(":firebase-firestore");
123123
javadoc.setSource(

0 commit comments

Comments
 (0)