minor: fix IntelijIdea violation 'Method may be static'
This commit is contained in:
parent
dc47a404ee
commit
03fc9fb82c
|
|
@ -100,7 +100,7 @@ public class BaseCheckTestSupport {
|
|||
+ filename).getCanonicalPath();
|
||||
}
|
||||
|
||||
protected void verifyAst(String expectedTextPrintFileName, String actualJavaFileName)
|
||||
protected static void verifyAst(String expectedTextPrintFileName, String actualJavaFileName)
|
||||
throws Exception {
|
||||
verifyAst(expectedTextPrintFileName, actualJavaFileName, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue