Add missing space in error message for CustomImportOrder check
This commit is contained in:
parent
c0446a8255
commit
3231bfbefa
|
|
@ -11,6 +11,6 @@ import.control.missing.file=Missing an import control file.
|
|||
import.control.disallowed=Disallowed import - {0}.
|
||||
import.control.unknown.pkg=Import control file does not handle this package.
|
||||
custom.import.order=Import statement is in the wrong order. Should be in the ''{0}'' group.
|
||||
custom.import.order.line.separator=''{0}''should be separated from previous import group.
|
||||
custom.import.order.line.separator=''{0}'' should be separated from previous import group.
|
||||
custom.import.order.lex=Wrong lexicographical order for ''{0}'' import.
|
||||
custom.import.order.nongroup.import=Imports without groups should be placed at the end of the import list.
|
||||
|
|
|
|||
Loading…
Reference in New Issue