avoid warning in log about backward compatibility
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3723 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -383,6 +383,11 @@ public class RunPMDAction extends CookieAction {
|
||||
}
|
||||
return list;
|
||||
}
|
||||
|
||||
protected boolean asynchronous() {
|
||||
// PENDING need to rewriet to synchronous action
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Default callback implementation, to use when no callback is provided to <code>checkCookies</code>.
|
||||
|
Reference in New Issue
Block a user