File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
src/main/kotlin/com/demonwav/mcdev/platform/fabric/reference Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1010
1111package com.demonwav.mcdev.platform.fabric.reference
1212
13- import com.demonwav.mcdev.util.reference.InspectionReference
1413import com.intellij.json.psi.JsonStringLiteral
1514import com.intellij.openapi.module.ModuleManager
1615import com.intellij.openapi.project.rootManager
@@ -31,11 +30,7 @@ object LicenseReference : PsiReferenceProvider() {
3130
3231 private class Reference (element : JsonStringLiteral ) :
3332 PsiReferenceBase <JsonStringLiteral >(element),
34- PsiPolyVariantReference ,
35- InspectionReference {
36-
37- override val description = " LICENSE file"
38- override val unresolved = resolve() == null
33+ PsiPolyVariantReference {
3934
4035 override fun multiResolve (incompleteCode : Boolean ): Array <ResolveResult > {
4136 val modules = ModuleManager .getInstance(element.project).modules
You can’t perform that action at this time.
0 commit comments