From 5ce0ed37b1e10bc5cb5da91c1395dca1f82607a1 Mon Sep 17 00:00:00 2001 From: Valentin Kipyatkov Date: Fri, 16 Oct 2015 23:13:43 +0300 Subject: [PATCH] Moved file to another package --- idea/src/META-INF/plugin.xml | 4 ++-- .../AddOperatorModifierIntention.kt} | 4 ++-- idea/testData/quickfix/migration/operatorModifier/.inspection | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename idea/src/org/jetbrains/kotlin/idea/{inspections/AddOperatorModifierInspection.kt => intentions/AddOperatorModifierIntention.kt} (94%) diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index d1c0f227430..93fb540049f 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -1078,7 +1078,7 @@ - org.jetbrains.kotlin.idea.inspections.AddOperatorModifierIntention + org.jetbrains.kotlin.idea.intentions.AddOperatorModifierIntention Kotlin @@ -1238,7 +1238,7 @@ level="WARNING" /> -