[TASK] Remove @package and @subpackage annotations

With namespaces the @package and @subpackage annotations
do not have a real benefit anymore and can be removed.

Change-Id: Id8f4718db0c1c51ae5143a3353dd5efb42dadf70
Resolves: #43019
Releases: 6.0
Reviewed-on: http://review.typo3.org/16474
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
This commit is contained in:
Christian Kuhn 2012-11-16 12:41:06 +01:00
parent 2bbae1e47d
commit 05ca4e2563

View file

@ -32,8 +32,6 @@ namespace TYPO3\CMS\Feedit;
*
* @author Jeff Segars <jeff@webempoweredchurch.org>
* @author David Slayback <dave@webempoweredchurch.org>
* @package TYPO3
* @subpackage feedit
*/
class FrontendEditPanel {