X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PHPConstant.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PHPConstant.java index 68119e7..6e09389 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PHPConstant.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PHPConstant.java @@ -1,6 +1,5 @@ package net.sourceforge.phpeclipse.phpeditor.php; - /** * @author Choochter * @@ -9,8 +8,8 @@ package net.sourceforge.phpeclipse.phpeditor.php; * To enable and disable the creation of type comments go to * Window>Preferences>Java>Code Generation. */ -public class PHPConstant extends PHPElement{ - public PHPConstant(String Name, String Description){ - super(Name, Description); - } +public class PHPConstant extends PHPElement { + public PHPConstant(String Name, String Description) { + super(Name, Description); + } } \ No newline at end of file