apply code format
This commit is contained in:
parent
41f6603318
commit
ac76cfb45e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class FessActionDefTest extends UnitFessTestCase {
|
|||
final String webPackageKeyword = getWebPackageKeyword();
|
||||
if (!clazz.getName().contains(webPackageKeyword) ||
|
||||
// exclude app.web.api.admin packages
|
||||
clazz.getName().contains(".app.web.api.admin.")) {
|
||||
clazz.getName().contains(".app.web.api.admin.")) {
|
||||
return;
|
||||
}
|
||||
check(srcFile, clazz, webPackageKeyword);
|
||||
|
|
Loading…
Add table
Reference in a new issue