fix typo
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
},
|
||||
{
|
||||
"code": "JAVA_CONSTRUCTOR_PARAMETER_INJECTION",
|
||||
"label": "Use constrcutor parameter injection",
|
||||
"description": "Use constrcutor parameter injection",
|
||||
"label": "Use constructor parameter injection",
|
||||
"description": "Use constructor parameter injection",
|
||||
"defaultSeverity": "IGNORE"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -341,7 +341,7 @@
|
||||
"spring-boot.ls.problem.boot2.JAVA_CONSTRUCTOR_PARAMETER_INJECTION": {
|
||||
"type": "string",
|
||||
"default": "IGNORE",
|
||||
"description": "Use constrcutor parameter injection",
|
||||
"description": "Use constructor parameter injection",
|
||||
"enum": [
|
||||
"IGNORE",
|
||||
"INFO",
|
||||
|
||||
Reference in New Issue
Block a user