[jboss-cvs] JBossAS SVN: r58548 - trunk/ejb3/src/main/org/jboss/ejb3/cache/tree

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 18 06:16:46 EST 2006


Author: bstansberry at jboss.com
Date: 2006-11-18 06:16:44 -0500 (Sat, 18 Nov 2006)
New Revision: 58548

Removed:
   trunk/ejb3/src/main/org/jboss/ejb3/cache/tree/PassivationTreeCache.java
Log:
Remove unused legacy class that can't compile against JBC 2.0

Deleted: trunk/ejb3/src/main/org/jboss/ejb3/cache/tree/PassivationTreeCache.java
===================================================================
--- trunk/ejb3/src/main/org/jboss/ejb3/cache/tree/PassivationTreeCache.java	2006-11-18 11:15:25 UTC (rev 58547)
+++ trunk/ejb3/src/main/org/jboss/ejb3/cache/tree/PassivationTreeCache.java	2006-11-18 11:16:44 UTC (rev 58548)
@@ -1,48 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This 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 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software 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
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.ejb3.cache.tree;
-
-import org.jboss.cache.TreeCache;
-import org.jboss.cache.eviction.EvictionPolicy;
-import org.jboss.cache.eviction.LRUAlgorithm;
-import org.jboss.cache.eviction.LRUConfiguration;
-import org.jboss.cache.eviction.LRUPolicy;
-import org.jboss.cache.eviction.Region;
-import org.jboss.cache.eviction.RegionManager;
-import org.jboss.cache.eviction.RegionNameConflictException;
-import org.jboss.logging.Logger;
-
-/**
- * Comment
- *
- * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
- * @deprecated Use direct JBossCache passivation now.
- * @version $Revision$
- */
-public class PassivationTreeCache extends TreeCache
-{
-   public PassivationTreeCache()
-           throws Exception
-   {
-      super();
-   }
-}




More information about the jboss-cvs-commits mailing list