mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
inspection sample: fix typo
This commit is contained in:
parent
53bfffad96
commit
f26ffb0789
@ -51,7 +51,7 @@
|
|||||||
enabledByDefault= Inspection state when Inspections panel is created.
|
enabledByDefault= Inspection state when Inspections panel is created.
|
||||||
level= The default level of error found by this inspection, e.g. INFO, ERROR, etc.
|
level= The default level of error found by this inspection, e.g. INFO, ERROR, etc.
|
||||||
@see com.intellij.codeHighlighting.HighlightDisplayLevel
|
@see com.intellij.codeHighlighting.HighlightDisplayLevel
|
||||||
inplementationClass= FQN of inspection implementation
|
implementationClass= FQN of inspection implementation
|
||||||
-->
|
-->
|
||||||
<localInspection language="JAVA"
|
<localInspection language="JAVA"
|
||||||
displayName="Demo Inspection"
|
displayName="Demo Inspection"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user