Checkstyle

This commit is contained in:
Clément Fournier
2017-09-17 23:17:32 +02:00
parent 4f25c1feb3
commit 60d40aee6b

View File

@ -95,9 +95,9 @@ public class JavaMultifileVisitorTest {
String[] opNames = {"getX()", "getY()", "setX(String)", "setY(String)",
"mymethod1()", "mymethod2()", "mystatic1()",
"mystatic2(String)", "mystatic2(String, String)"};
"mystatic2(String)", "mystatic2(String, String)", };
Role[] roles = {Role.GETTER_OR_SETTER, Role.GETTER_OR_SETTER, Role.GETTER_OR_SETTER, Role.GETTER_OR_SETTER,
Role.METHOD, Role.METHOD, Role.STATIC, Role.STATIC, Role.STATIC};
Role.METHOD, Role.METHOD, Role.STATIC, Role.STATIC, Role.STATIC, };
for (int i = 0; i < opNames.length; i++) {