From 399f9bfebc39e5300afc3d5244e366755dc1fd6a Mon Sep 17 00:00:00 2001 From: Dmitry Batkovich Date: Wed, 17 Jun 2015 14:22:19 +0300 Subject: [PATCH] WrongPropertyKeyValueDelimiterInspection becomes cleanup inspection --- .../WrongPropertyKeyValueDelimiterInspection.java | 2 +- plugins/properties/src/META-INF/plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/properties/properties-psi-impl/src/com/intellij/codeInspection/WrongPropertyKeyValueDelimiterInspection.java b/plugins/properties/properties-psi-impl/src/com/intellij/codeInspection/WrongPropertyKeyValueDelimiterInspection.java index b8ead119072f..1672082cb32c 100644 --- a/plugins/properties/properties-psi-impl/src/com/intellij/codeInspection/WrongPropertyKeyValueDelimiterInspection.java +++ b/plugins/properties/properties-psi-impl/src/com/intellij/codeInspection/WrongPropertyKeyValueDelimiterInspection.java @@ -30,7 +30,7 @@ import org.jetbrains.annotations.NotNull; /** * @author Dmitry Batkovich */ -public class WrongPropertyKeyValueDelimiterInspection extends PropertySuppressableInspectionBase { +public class WrongPropertyKeyValueDelimiterInspection extends PropertySuppressableInspectionBase implements CleanupLocalInspectionTool { @NotNull @Override diff --git a/plugins/properties/src/META-INF/plugin.xml b/plugins/properties/src/META-INF/plugin.xml index 0f3f0bc086c0..67d27674aff2 100644 --- a/plugins/properties/src/META-INF/plugin.xml +++ b/plugins/properties/src/META-INF/plugin.xml @@ -83,7 +83,7 @@ implementationClass="com.intellij.codeInspection.unsorted.AlphaUnsortedPropertiesFileInspection"/>