[jbosscache-commits] JBoss Cache SVN: r6615 - core/trunk/src/main/java/org/jboss/cache/eviction.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Aug 26 02:44:18 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-08-26 02:44:18 -0400 (Tue, 26 Aug 2008)
New Revision: 6615

Removed:
   core/trunk/src/main/java/org/jboss/cache/eviction/Modernizable.java
Log:
Ghost file

Deleted: core/trunk/src/main/java/org/jboss/cache/eviction/Modernizable.java
===================================================================
--- core/trunk/src/main/java/org/jboss/cache/eviction/Modernizable.java	2008-08-25 23:17:22 UTC (rev 6614)
+++ core/trunk/src/main/java/org/jboss/cache/eviction/Modernizable.java	2008-08-26 06:44:18 UTC (rev 6615)
@@ -1,17 +0,0 @@
-package org.jboss.cache.eviction;
-
-import org.jboss.cache.config.EvictionAlgorithmConfig;
-
-/**
- * Attached to deprecated eviction configuration elements that know how to map to modern counterparts.  This interface
- * is itself deprecated and is only used to bridge deprecated configurations.
- *
- * @author Manik Surtani (<a href="mailto:manik at jboss.org">manik at jboss.org</a>)
- * @since 3.0
- * @deprecated
- */
- at Deprecated
-public interface Modernizable
-{
-   EvictionAlgorithmConfig modernize();
-}




More information about the jbosscache-commits mailing list