X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PHPPartition.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PHPPartition.java index 08f9c08..bbb45e4 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PHPPartition.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PHPPartition.java @@ -10,7 +10,7 @@ import org.eclipse.jface.text.IDocument; /** * @author slanger - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ */ public class PHPPartition extends Partition { @@ -38,7 +38,7 @@ public class PHPPartition extends Partition */ protected boolean allowedPartition(String type) { - if(type.equals(IPHPPartitions.PHP_MULTILINE_COMMENT)) + if(type.equals(IPHPPartitions.PHP_PHPDOC_COMMENT)) return true; return false;