X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PartitionStack.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PartitionStack.java index 85b9774..cb7bf66 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PartitionStack.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PartitionStack.java @@ -6,7 +6,7 @@ package net.sourceforge.phpeclipse.phpeditor.php; import java.util.ArrayList; -import net.sourceforge.phpdt.internal.ui.text.*; +import net.sourceforge.phpdt.internal.ui.text.IPHPPartitions; import org.eclipse.jface.text.IDocument; @@ -15,7 +15,7 @@ import org.eclipse.jface.text.IDocument; * contain other partitions. * * @author Stefan Langer - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ */ public class PartitionStack {