inspection short name corrected

This commit is contained in:
Dmitry Avdeev
2012-12-12 13:34:46 +04:00
parent 37189ac0bc
commit 2380fd55be
+1 -1
View File
@@ -51,7 +51,7 @@
bundle="org.jetbrains.idea.devkit.DevKitBundle"
groupKey="inspections.group.name" enabledByDefault="true" level="WARNING"
implementationClass="org.jetbrains.idea.devkit.inspections.UseGrayInspection"/>
<localInspection language="JAVA" shortName="InspectionUsingJBColors" displayName="Use Darcula aware JBColor"
<localInspection language="JAVA" shortName="UseJBColor" displayName="Use Darcula aware JBColor"
bundle="org.jetbrains.idea.devkit.DevKitBundle"
groupKey="inspections.group.name" enabledByDefault="true" level="WARNING"
implementationClass="org.jetbrains.idea.devkit.inspections.UseJBColorInspection"/>