diff --git a/java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt b/java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt index b93bfa369f5d..0c2deab3d94a 100644 --- a/java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt +++ b/java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt @@ -1,5 +1,6 @@ package com.github.codeql + import com.github.codeql.comments.CommentExtractor import com.github.codeql.utils.* import com.github.codeql.utils.versions.* diff --git a/java/kotlin-extractor/src/main/kotlin/KotlinUsesExtractor.kt b/java/kotlin-extractor/src/main/kotlin/KotlinUsesExtractor.kt index c72f094808be..8cc23fae2af9 100644 --- a/java/kotlin-extractor/src/main/kotlin/KotlinUsesExtractor.kt +++ b/java/kotlin-extractor/src/main/kotlin/KotlinUsesExtractor.kt @@ -1,5 +1,6 @@ package com.github.codeql + import com.github.codeql.utils.* import com.github.codeql.utils.versions.codeQlWithHasQuestionMark import com.github.codeql.utils.versions.getKotlinType diff --git a/java/ql/lib/semmle/code/java/Type.qll b/java/ql/lib/semmle/code/java/Type.qll index 13d3a6ea4431..fdcd0025159a 100644 --- a/java/ql/lib/semmle/code/java/Type.qll +++ b/java/ql/lib/semmle/code/java/Type.qll @@ -1,6 +1,6 @@ /** * Provides classes and predicates for working with Java types. - * + * * Types can be primitive types (`PrimitiveType`), array types (`Array`), or reference * types (`RefType`), where the latter are either classes (`Class`) or interfaces * (`Interface`).