Skip to content

Commit 7033aa0

Browse files
committed
Changed bug link to reflect fixed bug
1 parent 6cf48e1 commit 7033aa0

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
@@ -156,7 +156,7 @@ abstract class DackkaPlugin : Plugin<Project> {
156156
)
157157
}
158158

159-
// TODO(b/243954517): Refactor when fixed, so we no longer need stubs
159+
// TODO(b/243324828): Refactor when fixed, so we no longer need stubs
160160
private fun registerGenerateDackkaDocumentationTask(project: Project): Provider<GenerateDocumentationTask> {
161161
val docStubs = project.tasks.register<GenerateStubsTask>("docStubsForDackkaInput")
162162
val docsTask = project.tasks.register<GenerateDocumentationTask>("generateDackkaDocumentation")

0 commit comments

Comments
 (0)