File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ inspection.moduleDeclaration.warning.wrongModuleName=Provided module name "{0}"
22
22
inspection.moduleDeclaration.fix =Fix module name
23
23
inspection.error.missingAttribute =Attribute " {0}" is required
24
24
inspection.error.idAttributeCanNotBeEmpty =Attribute value " {0}" can not be empty
25
- inspection.warning.class.does.not.exist =The class " {0}" doesn ' t exist
26
- inspection.warning.method.does.not.exist=The method "{0}" doesn ' t exist in the service class
25
+ inspection.warning.class.does.not.exist =The class " {0}" does not exist
26
+ inspection.warning.method.does.not.exist =The method " {0}" does not exist in the service class
27
27
inspection.warning.method.should.have.public.access =The method " {0}" should have public access
28
28
inspection.warning.method.should.have.public.access.fix =Change the method access
You can’t perform that action at this time.
0 commit comments