fix #774 infinite loop in net.sourceforge.phpeclipse.builder.IdentifierIndexManager...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php / PHPType.java
index c4fb644..5b109ee 100644 (file)
@@ -2,14 +2,13 @@ package net.sourceforge.phpeclipse.phpeditor.php;
 
 /**
  * @author Choochter
- *
+ * 
  * To change this generated comment edit the template variable "typecomment":
- * Window>Preferences>Java>Templates.
- * To enable and disable the creation of type comments go to
- * Window>Preferences>Java>Code Generation.
+ * Window>Preferences>Java>ObfuscatorIgnores. To enable and disable the creation
+ * of type comments go to Window>Preferences>Java>Code Generation.
  */
-public class PHPType extends PHPElement{
-       public PHPType(String Name, String Description){
-       super(Name, Description);
+public class PHPType extends PHPElement {
+       public PHPType(String Name, String Description) {
+               super(Name, Description);
        }
 }
\ No newline at end of file