Skip to content

Commit 706e275

Browse files
committed
Fix projectSpecificSuppressedFiles bug link
go/todont
1 parent c6e43ad commit 706e275

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/DackkaPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ abstract class DackkaPlugin : Plugin<Project> {
106106
else -> emptyList()
107107
}
108108

109-
// Remove when fixed: b/243534168
109+
// TODO(b/243534168): Remove when fixed
110110
private fun projectSpecificSuppressedFiles(project: Project): List<File> =
111111
when (project.name) {
112112
"firebase-common" -> {

0 commit comments

Comments
 (0)