MINOR Convert - removed unncessary extending of Object since this class only has a bunch of static functions (from r100624)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@105611 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-05-25 04:19:38 +00:00
parent 3f14112a62
commit 2e5b68174a

View File

@ -20,7 +20,7 @@
* @package sapphire * @package sapphire
* @subpackage misc * @subpackage misc
*/ */
class Convert extends Object { class Convert {
/** /**
* Convert a value to be suitable for an XML attribute. * Convert a value to be suitable for an XML attribute.