Make PHPeclipse compile correctly under Eclipse Version: 3.2.0 Build id: I20060519...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPDocumentProvider.java
index 22c26b6..f659b91 100644 (file)
@@ -466,7 +466,7 @@ public class PHPDocumentProvider extends TextFileDocumentProvider implements ICo
   /**
         * Annotation representating an <code>IProblem</code>.
         */
-       static protected class ProblemAnnotation extends Annotation implements IJavaAnnotation, IAnnotationPresentation {
+       static public class ProblemAnnotation extends Annotation implements IJavaAnnotation, IAnnotationPresentation {
 
                private static final String SPELLING_ANNOTATION_TYPE= "org.eclipse.ui.workbench.texteditor.spelling";