Skip to content

Commit e6f2304

Browse files
committed
Polish messages
1 parent 3482231 commit e6f2304

File tree

1 file changed

+7
-7
lines changed
  • spring-javaformat/spring-javaformat-checkstyle/src/main/resources/io/spring/javaformat/checkstyle/check

1 file changed

+7
-7
lines changed

spring-javaformat/spring-javaformat-checkstyle/src/main/resources/io/spring/javaformat/checkstyle/check/messages.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ javadoc.publicSince=Javadoc @since tag should not be used on private classes.
99
header.unexpected=Unexpected header.
1010
nothis.unexpected=Reference to instance variable ''{0}'' should not use \"this.\".
1111
methodorder.outOfOrder=Method ''{0}'' is out of order, expected {1}.
12-
junit5.bannedImport="Import ''{0}'' should not be used in a JUnit 5 test."
13-
junit5.bannedTestAnnotation="JUnit 4 @Test annotation should not be used in a JUnit 5 test."
14-
junit5.lifecyclePublicMethod="Lifecycle method ''{0}'' should not be public."
15-
junit5.lifecyclePrivateMethod="Lifecycle method ''{0}'' should not be private."
16-
junit5.testPublicMethod="Test method ''{0}'' should not be public."
17-
junit5.testPrivateMethod="Test method ''{0}'' should not be private."
18-
methodvisibility.publicMethod="Method ''{0}'' in private class should not be public."
12+
junit5.bannedImport=Import ''{0}'' should not be used in a JUnit 5 test.
13+
junit5.bannedTestAnnotation=JUnit 4 @Test annotation should not be used in a JUnit 5 test.
14+
junit5.lifecyclePublicMethod=Lifecycle method ''{0}'' should not be public.
15+
junit5.lifecyclePrivateMethod=Lifecycle method ''{0}'' should not be private.
16+
junit5.testPublicMethod=Test method ''{0}'' should not be public.
17+
junit5.testPrivateMethod=Test method ''{0}'' should not be private.
18+
methodvisibility.publicMethod=Method ''{0}'' in private class should not be public.

0 commit comments

Comments
 (0)