Author: echatellier Date: 2012-04-17 17:39:47 +0200 (Tue, 17 Apr 2012) New Revision: 3372 Url: http://chorem.org/repositories/revision/lima/3372 Log: Remove unused class Removed: trunk/lima-business/src/main/java/org/chorem/lima/LimaThread.java Deleted: trunk/lima-business/src/main/java/org/chorem/lima/LimaThread.java =================================================================== --- trunk/lima-business/src/main/java/org/chorem/lima/LimaThread.java 2012-04-17 15:37:23 UTC (rev 3371) +++ trunk/lima-business/src/main/java/org/chorem/lima/LimaThread.java 2012-04-17 15:39:47 UTC (rev 3372) @@ -1,42 +0,0 @@ -/* - * #%L - * - * - * $Id$ - * $HeadURL$ - * %% - * Copyright (C) 2012 Codelutin, Chatellier Eric - * %% - * 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>. - * #L% - */ - -package org.chorem.lima; - -import org.nuiton.topia.TopiaContext; - -/** - * TODO add comment here. - * - * @author chatellier - * @version $Revision$ - * - * Last update : $Date$ - * By : $Author$ - */ -public class LimaThread { - - public static ThreadLocal<TopiaContext> threadLocal = new ThreadLocal<TopiaContext>(); -}
participants (1)
-
echatellier@users.chorem.org