File tree Expand file tree Collapse file tree
src/main/kotlin/io/openapiprocessor/intellij Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ import javax.swing.Icon as JIcon
3535class TypeMappingPackageLineMarker : RelatedItemLineMarkerProvider () {
3636 private val log: Logger = LoggerFactory .getLogger(this .javaClass.name)
3737
38+ @Suppress(" UnstableApiUsage" )
3839 class Renderer (private val userDataKey : Key <String >) : PsiTargetPresentationRenderer<PsiElement>() {
3940
4041 override fun getContainerText (element : PsiElement ): String? {
@@ -206,7 +207,7 @@ class TypeMappingPackageLineMarker : RelatedItemLineMarkerProvider() {
206207
207208 companion object {
208209 const val PACKAGE_NAME_KEY = " package-name"
209- const val PACKAGE_NAMES_KEY = " package-names"
210+ // const val PACKAGE_NAMES_KEY = "package-names"
210211 const val PACKAGE_BASE_KEY = " base"
211212 const val PACKAGE_LOCATION_KEY = " location"
212213 }
You can’t perform that action at this time.
0 commit comments