1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +02:00

Fixed compilation errors with Eclipse 3.4M7.

This commit is contained in:
Sergey Prigogin 2008-05-03 06:05:09 +00:00
parent cb8d8d3a37
commit d8bfd60f62
2 changed files with 0 additions and 2 deletions

View file

@ -40,7 +40,6 @@ public class DisassemblyDisplayModeHandler extends AbstractHandler implements IE
/* (non-Javadoc)
* @see org.eclipse.core.commands.AbstractHandler#execute(org.eclipse.core.commands.ExecutionEvent)
*/
@Override
public Object execute( ExecutionEvent event ) throws ExecutionException {
DisassemblyEditorPresentation presentation = getEditorPresentation( event );
if ( presentation != null ) {

View file

@ -30,7 +30,6 @@ public class OpenDisassemblyHandler extends AbstractHandler {
/* (non-Javadoc)
* @see org.eclipse.core.commands.AbstractHandler#execute(org.eclipse.core.commands.ExecutionEvent)
*/
@Override
public Object execute( ExecutionEvent event ) throws ExecutionException {
ISelection s = HandlerUtil.getActiveMenuSelection( event );
if ( s instanceof IStructuredSelection ) {