Skip to content

Commit 0cbb73a

Browse files
committed
Improve code quality
1 parent 1bc105a commit 0cbb73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/kotlin-extractor/src/main/kotlin/comments/CommentExtractor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class CommentExtractor(private val fileExtractor: KotlinFileExtractor, private v
144144
return null
145145
}
146146
// Assign the comment to the class. The content of the `init` blocks might be extracted in multiple constructors.
147-
return fileExtractor.getClassLabel(parentClass, listOf()).classLabel
147+
return getLabel(parentClass)
148148
}
149149

150150
// Fresh entities:

0 commit comments

Comments
 (0)