Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 8, 2024
1 parent 2940f6e commit a7ea01e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import cc.unitmesh.pick.worker.job.JobContext
import chapi.domain.core.CodeContainer

class DocumentationTypedInsBuilder(val context: JobContext) : TypedInsBuilder {
private val kotlinCommentBuilder = JvmCommentBuilder(SupportedLang.KOTLIN)
private val kotlinCommentBuilder = JvmCommentBuilder(SupportedLang.KOTLIN, DocCommentToolType.KOTLIN)
private val javaCommentBuilder = JvmCommentBuilder(SupportedLang.JAVA, DocCommentToolType.JAVA)

override fun build(container: CodeContainer): List<TypedIns> {
Expand Down

0 comments on commit a7ea01e

Please sign in to comment.