Fixing some @package declarations

This commit is contained in:
Jose Lorenzo Rodriguez 2011-09-30 13:17:12 -04:30
parent 5a181d8705
commit 705593908b
8 changed files with 1 additions and 14 deletions

View file

@ -12,7 +12,6 @@
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.Model
* @subpackage cake.cake.libs.model
* @since CakePHP(tm) v 0.2.9
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
@ -26,7 +25,6 @@ App::uses('AppModel', 'Model');
* Permissions linking AROs with ACOs
*
* @package Cake.Model
* @subpackage cake.cake.libs.model
*/
class Permission extends AppModel {