Author: chatellier Date: 2008-12-22 09:12:10 +0000 (Mon, 22 Dec 2008) New Revision: 1290 Added: lutinutil/trunk/src/main/java/org/codelutin/i18n/I18nf.java Log: Re-add I18nf class for compilation issue (deprecated) Added: lutinutil/trunk/src/main/java/org/codelutin/i18n/I18nf.java =================================================================== --- lutinutil/trunk/src/main/java/org/codelutin/i18n/I18nf.java (rev 0) +++ lutinutil/trunk/src/main/java/org/codelutin/i18n/I18nf.java 2008-12-22 09:12:10 UTC (rev 1290) @@ -0,0 +1,34 @@ +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ + +package org.codelutin.i18n; + +/** + * Transition class during project switch between MessageFormat.format syntax + * to String.format syntax. + * + * @author poussin + * @version $Revision$ + * + * Last update: $Date$ + * by : $Author$ + * + * @deprecated Use I18n class instead. + */ +public class I18nf extends I18n { + +} \ No newline at end of file