mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
inspection short name corrected
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user