diff --git a/lib/Cake/Utility/Set.php b/lib/Cake/Utility/Set.php index c3fdd63db..1da93818a 100644 --- a/lib/Cake/Utility/Set.php +++ b/lib/Cake/Utility/Set.php @@ -23,7 +23,7 @@ App::uses('Hash', 'Utility'); * Class used for manipulation of arrays. * * @package Cake.Utility - * @deprecated Deprecated since version 2.4, will be removed in 3.0. Use Hash instead. + * @deprecated Will be removed in 3.0. Use Hash instead. */ class Set {