modified phpdoc in editor class

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10912 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-07-19 05:05:55 +00:00
parent e31bfd2ddd
commit 7f49c2a104

View file

@ -1,10 +1,10 @@
<?php
/**
* Superclass of the edit component.
* Set up the component variables
*
* @class EditorHandler
* @author NHN (developers@xpressengine.com)
* @brief superclass of the edit component
*
* set up the component variables
**/
class EditorHandler extends Object {