3.x RC1 compatibility
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.ui / src / net / sourceforge / phpdt / internal / debug / ui / actions / ManageBreakpointActionDelegate.java
index d6cadcd..979daa8 100644 (file)
@@ -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 );