Skip to content

Commit

Permalink
Fix doco
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawf committed Jan 2, 2025
1 parent b7e6773 commit e94876d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ private fun makeTestSnapshotClass(
): TypeSpec {
return TypeSpec.classBuilder(getSnapshotClassName(testClassName))
.superclass(TestSnapshot::class)
.addKdoc("This class is generated. Do NOT modify.\n\nRefer to [graphql.nadel.tests.next.UpdateTestSnapshots")
.addKdoc("This class is generated. Do NOT modify.\n\nRefer to [graphql.nadel.tests.next.UpdateTestSnapshots]")
.addAnnotation(AnnotationSpec.builder(Suppress::class).addMember("%S", "unused").build())
.addProperty(makeServiceCallsProperty(captured))
.addProperty(makeNadelResultProperty(captured))
Expand Down

0 comments on commit e94876d

Please sign in to comment.