Improve code quality

This commit is contained in:
Tamas Vajk
2022-08-31 09:02:35 +02:00
parent 1bc105aff6
commit 0cbb73a47e

View File

@@ -144,7 +144,7 @@ class CommentExtractor(private val fileExtractor: KotlinFileExtractor, private v
return null return null
} }
// Assign the comment to the class. The content of the `init` blocks might be extracted in multiple constructors. // Assign the comment to the class. The content of the `init` blocks might be extracted in multiple constructors.
return fileExtractor.getClassLabel(parentClass, listOf()).classLabel return getLabel(parentClass)
} }
// Fresh entities: // Fresh entities: