minor: fix IntelijIdea violation 'Method may be static'

This commit is contained in:
Roman Ivanov 2016-07-11 22:45:22 -07:00
parent dc47a404ee
commit 03fc9fb82c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}