mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[233338] - Removed the redundant RequestMonitor.STATUS_CANCEL.
This commit is contained in:
parent
a178ac32bc
commit
ea0fa709a3
1 changed files with 0 additions and 3 deletions
|
@ -87,9 +87,6 @@ public class RequestMonitor {
|
||||||
public void requestCanceled(RequestMonitor rm);
|
public void requestCanceled(RequestMonitor rm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static final IStatus STATUS_CANCEL = new Status(IStatus.CANCEL, DsfPlugin.PLUGIN_ID, "Request canceled"); //$NON-NLS-1$
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The executor that will be used in order to invoke the handler of the results
|
* The executor that will be used in order to invoke the handler of the results
|
||||||
* of the request.
|
* of the request.
|
||||||
|
|
Loading…
Add table
Reference in a new issue