improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / java / JavaExpandHover.java
index fc4e006..929f858 100644 (file)
@@ -51,7 +51,7 @@ import org.eclipse.ui.texteditor.AnnotationPreferenceLookup;
 public class JavaExpandHover extends AnnotationExpandHover {
        
        /** Id of the no breakpoint fake annotation */
-       public static final String NO_BREAKPOINT_ANNOTATION= "org.eclipse.jdt.internal.ui.NoBreakpointAnnotation"; //$NON-NLS-1$
+       public static final String NO_BREAKPOINT_ANNOTATION= "net.sourceforge.phpdt.internal.ui.NoBreakpointAnnotation"; //$NON-NLS-1$
 
        private static class NoBreakpointAnnotation extends Annotation implements IAnnotationPresentation {