*** empty log message ***
[phpeclipse.git] / net.sourceforge.phpeclipse / src / test / PHPParserSuperclass.java
index 78ae010..ee76b81 100644 (file)
@@ -42,7 +42,7 @@ public abstract class PHPParserSuperclass {
 
     try {
       // parse the buffer to find the errors and warnings
-      PHPParserSuperclass.createMarkers(parserResult, file);
+      createMarkers(parserResult, file);
     } catch (CoreException e) {
     }
   }