Skip to content

Commit 47f99ba

Browse files
committed
comply with method rules
1 parent 6431c83 commit 47f99ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/poiji/config/DefaultCastingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
public class DefaultCastingTest {
1212

1313
@Test
14-
public void valueMethods_shouldBeProtectedOrPublic() {
14+
public void valueMethodsShouldBeProtectedOrPublic() {
1515
Method[] allMethods = DefaultCasting.class.getMethods();
1616
for (Method method : allMethods) {
1717
if (method.getName().endsWith("Value")) {

0 commit comments

Comments
 (0)