Skip to content

Commit a7ea01e

Browse files
committed
ci: fix build
1 parent 2940f6e commit a7ea01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit-picker/src/main/kotlin/cc/unitmesh/pick/builder/comment/DocumentationTypedInsBuilder.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import cc.unitmesh.pick.worker.job.JobContext
88
import chapi.domain.core.CodeContainer
99

1010
class DocumentationTypedInsBuilder(val context: JobContext) : TypedInsBuilder {
11-
private val kotlinCommentBuilder = JvmCommentBuilder(SupportedLang.KOTLIN)
11+
private val kotlinCommentBuilder = JvmCommentBuilder(SupportedLang.KOTLIN, DocCommentToolType.KOTLIN)
1212
private val javaCommentBuilder = JvmCommentBuilder(SupportedLang.JAVA, DocCommentToolType.JAVA)
1313

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

0 commit comments

Comments
 (0)