Organized imports
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.js.core / src / net / sourceforge / phpeclipse / js / core / parser / NonRuleBasedDamagerRepairer.java
index 0f99bfd..4ad8c14 100644 (file)
@@ -9,6 +9,9 @@
  * Modifications history
  *========================================================================
  * $Log: not supported by cvs2svn $
+ * Revision 1.1  2004/09/02 18:14:38  jsurfer
+ * intial source from ttp://www.sf.net/projects/wdte
+ *
  * Revision 1.1  2004/02/26 02:25:42  agfitzp
  * renamed packages to match xml & css
  *
@@ -36,16 +39,15 @@ import org.eclipse.jface.text.TextAttribute;
 import org.eclipse.jface.text.TextPresentation;
 import org.eclipse.jface.text.presentation.IPresentationDamager;
 import org.eclipse.jface.text.presentation.IPresentationRepairer;
-//import org.eclipse.jface.util.Assert;
 import org.eclipse.swt.custom.StyleRange;
 
 
 /**
  * 
  *
- * @author $Author: jsurfer $, $Date: 2004-09-02 18:14:38 $
+ * @author $Author: stefanbjarni $, $Date: 2005-05-06 00:58:28 $
  *
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
  */
 public class NonRuleBasedDamagerRepairer implements IPresentationDamager, IPresentationRepairer
 {