Author: tchemit Date: 2010-03-23 12:08:43 +0100 (Tue, 23 Mar 2010) New Revision: 1802 Log: Evolution #294: Remove deprecated api from version 2.0 Removed: trunk/jaxx-runtime/src/main/java/jaxx/runtime/Util.java Deleted: trunk/jaxx-runtime/src/main/java/jaxx/runtime/Util.java =================================================================== --- trunk/jaxx-runtime/src/main/java/jaxx/runtime/Util.java 2010-03-23 11:06:38 UTC (rev 1801) +++ trunk/jaxx-runtime/src/main/java/jaxx/runtime/Util.java 2010-03-23 11:08:43 UTC (rev 1802) @@ -1,28 +0,0 @@ -package jaxx.runtime; -/* - * *##% - * JAXX Runtime - * Copyright (C) 2008 - 2009 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>. - * ##%* - */ - -/** - * @deprecated since 2, will be removed in 2.1 - */ -@Deprecated -public class Util extends JAXXUtil{ -}
participants (1)
-
tchemit@users.nuiton.org