1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

[310539] Missing call to request.done()

This commit is contained in:
Marc Khouzam 2010-04-26 20:02:36 +00:00
parent ff8e3b71be
commit 6fbc6bfd8d

View file

@ -105,6 +105,8 @@ public class DsfTerminateCommand implements ITerminateHandler {
request.done();
};
});
} else {
request.done();
}
}
});