Make RunnableCommandProcessor deprecated.

For long running commands, a JobCommandProcessor should be used instead.


git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3936 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2005-10-24 23:35:19 +00:00
parent e31b2937f9
commit 263d1e95d9

View File

@ -57,8 +57,13 @@ import org.eclipse.core.runtime.Status;
*
* @author Philippe Herlin
* @version $Revision$
* @deprecated use always a JobCommandProcessor instead
*
* $Log$
* Revision 1.4 2005/10/24 23:35:19 phherlin
* Make RunnableCommandProcessor deprecated.
* For long running commands, a JobCommandProcessor should be used instead.
*
* Revision 1.3 2005/05/31 20:44:41 phherlin
* Continuing refactoring
*