1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Fixed a broken merge.

This commit is contained in:
Pawel Piech 2009-09-22 18:33:57 +00:00
parent ae26fbe4eb
commit 5e6db26b12

View file

@ -358,7 +358,7 @@ abstract public class AbstractVMProvider implements IVMProvider, IVMEventListene
* @param rm Request monitor to call when processing the event is
* completed.
*/
protected void handleEvent(final IVMModelProxy proxyStrategy, final Object event, RequestMonitor rm) {
protected void handleEvent(final IVMModelProxy proxyStrategy, final Object event, final RequestMonitor rm) {
if (!proxyStrategy.isDisposed()) {
if (DEBUG_DELTA && (DEBUG_PRESENTATION_ID == null || getPresentationContext().getId().equals(DEBUG_PRESENTATION_ID))) {
DsfUIPlugin.debug("eventProcessing(proxyRoot = " + proxyStrategy.getRootElement() + ", event = " + event + ")" ); //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$