diff --git a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/imports/messages.properties b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/imports/messages.properties index 39b0ba575..c79e8a8db 100644 --- a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/imports/messages.properties +++ b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/imports/messages.properties @@ -14,4 +14,4 @@ custom.import.order=Import statement for ''{2}'' is in the wrong order. Should b custom.import.order.line.separator=''{0}'' should be separated from previous import group. custom.import.order.lex=Wrong lexicographical order for ''{0}'' import. Should be before ''{1}''. custom.import.order.nongroup.import=Imports without groups should be placed at the end of the import list: ''{0}''. -custom.import.order.nongroup.expected=Import statement for ''{2}'' is in the wrong order. Should be in the ''{0}'' group, expecting not assigned imports on this line. +custom.import.order.nongroup.expected=Import statement for ''{1}'' is in the wrong order. Should be in the ''{0}'' group, expecting not assigned imports on this line.