1
0
Fork 0
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:
Pawel Piech 2008-03-27 16:45:03 +00:00
parent d3fddfd2b9
commit 060864a934

View file

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