1) Fixed issue #347: Syntax highlight doesn't like apostrophe in heredoc.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / AnnotationType.java
index 6fadf0c..c283c3d 100644 (file)
@@ -10,7 +10,9 @@
  **********************************************************************/
 package net.sourceforge.phpeclipse.phpeditor;
 
-import org.eclipse.jface.text.Assert;
+//incastrix
+//import org.eclipse.jface.text.Assert;
+import org.eclipse.core.runtime.Assert;
 
 public final class AnnotationType {