X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/internal/debug/ui/actions/ManageBreakpointActionDelegate.java b/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/internal/debug/ui/actions/ManageBreakpointActionDelegate.java index d6cadcd..979daa8 100644 --- a/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/internal/debug/ui/actions/ManageBreakpointActionDelegate.java +++ b/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/internal/debug/ui/actions/ManageBreakpointActionDelegate.java @@ -114,7 +114,7 @@ public class ManageBreakpointActionDelegate implements IWorkbenchWindowActionDel if (breakpoint==null) PHPDebugModel.createLineBreakpoint(getFile(), lineNumber, 0, true, null); else - DebugPlugin.getDefault().getBreakpointManager().removeBreakpoint( breakpoint, true );; + DebugPlugin.getDefault().getBreakpointManager().removeBreakpoint( breakpoint, true ); } catch( CoreException ce ) { PHPDebugUiPlugin.errorDialog( "Cannot add breakpoint", ce );