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:
Radim Kubacki
2005-07-21 18:31:48 +00:00
parent 77224e2191
commit aeef1a59db

View File

@ -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>.