From b927e32fa14869bc3a48d1fba6b2a161b9606270 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 09:21:46 +0100 Subject: Add namespaces: Exceptions, I18N, Security --- framework/I18N/core/ChoiceFormat.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'framework/I18N/core/ChoiceFormat.php') diff --git a/framework/I18N/core/ChoiceFormat.php b/framework/I18N/core/ChoiceFormat.php index f5db61db..6b61bb17 100644 --- a/framework/I18N/core/ChoiceFormat.php +++ b/framework/I18N/core/ChoiceFormat.php @@ -14,9 +14,10 @@ * * @author Wei Zhuo * @version $Revision: 1.1 $ $Date: 2005/01/11 07:19:39 $ - * @package System.I18N.core + * @package Prado\I18N\core */ +namespace Prado\I18N\core; /** * ChoiceFormat class. @@ -74,7 +75,7 @@ * * @author Xiang Wei Zhuo * @version v1.0, last update on Fri Dec 24 20:46:16 EST 2004 - * @package System.I18N.core + * @package Prado\I18N\core */ class ChoiceFormat { -- cgit v1.2.3