mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[179293] Coverted remaining RequestMonitor.getStatus().isOK() calls into RequestMonitor.isSuccess().
This commit is contained in:
parent
d3fddfd2b9
commit
060864a934
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ public class CommandCache implements ICommandListener
|
||||||
fCachedContexts.put(context, map);
|
fCachedContexts.put(context, map);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!status.isOK()) {
|
if (!isSuccess()) {
|
||||||
/*
|
/*
|
||||||
* We had some form of error with the original command. So notify the
|
* We had some form of error with the original command. So notify the
|
||||||
* original requesters of the issues.
|
* original requesters of the issues.
|
||||||
|
|
Loading…
Add table
Reference in a new issue