Skip to content

Commit 0d29bd9

Browse files
committed
I think macOS is bugging out or something
1 parent 2a4e11e commit 0d29bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/demonwav/mcdev/platform/mixin/inspection/implements/SoftImplementOverridesInspection.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import com.intellij.psi.JavaElementVisitor
1717
import com.intellij.psi.PsiElementVisitor
1818
import com.intellij.psi.PsiMethod
1919

20-
class git statSoftImplementOverridesInspection : MixinInspection() {
20+
class SoftImplementOverridesInspection : MixinInspection() {
2121

2222
override fun getStaticDescription() = "Reports soft-implemented methods in Mixins that do not override a method in the target classes."
2323

0 commit comments

Comments
 (0)