You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/main/resources/io/spring/javaformat/checkstyle/check/messages.properties
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ javadoc.publicSince=Javadoc @since tag should not be used on private classes.
9
9
header.unexpected=Unexpected header.
10
10
nothis.unexpected=Reference to instance variable ''{0}'' should not use \"this.\".
11
11
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