*/
package net.sourceforge.phpeclipse.phpeditor.php;
-import java.util.*;
+import java.util.ArrayList;
-import org.eclipse.jface.text.*;
+import net.sourceforge.phpdt.internal.ui.text.*;
+
+import org.eclipse.jface.text.IDocument;
/**
* A stack for keeping track of the contenttypes for partitions that
* contain other partitions.
*
* @author Stefan Langer
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.3 $
*/
public class PartitionStack
{
return (String)fPartitionStack.get(fStackTop--);
}
- return IPHPPartitionScannerConstants.HTML;
+ return IPHPPartitions.HTML;
}
public boolean isEmpty()