X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/preferences/ColorSettingPreviewCode.txt b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/preferences/ColorSettingPreviewCode.txt deleted file mode 100644 index c89390a..0000000 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/preferences/ColorSettingPreviewCode.txt +++ /dev/null @@ -1,19 +0,0 @@ -ClassName. - * - * @author author - */ -class ClassName extends SuperClass { - /* This comment may span multiple lines. */ - private $integer = 0; - // This comment may span only this line - private $string = "zero"; - - public function info() { - # call a predefined php function - phpinfo(); - return "test"; - } -} -?> \ No newline at end of file