Author: olamy
Date: Wed Jun 13 17:03:28 2012
New Revision: 1349962
URL: http://svn.apache.org/viewvc?rev=1349962&view=rev
Log:
add a comment on the reason of this package/class names
Modified:
incubator/directmemory/trunk/integrations/ehcache/src/main/java/net/sf/ehcache/store/offheap/OffHeapStore.java
Modified:
incubator/directmemory/trunk/integrations/ehcache/src/main/java/net/sf/ehcache/store/offheap/OffHeapStore.java
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/integrations/ehcache/src/main/java/net/sf/ehcache/store/offheap/OffHeapStore.java?rev=1349962&r1=1349961&r2=1349962&view=diff
==============================================================================
---
incubator/directmemory/trunk/integrations/ehcache/src/main/java/net/sf/ehcache/store/offheap/OffHeapStore.java
(original)
+++
incubator/directmemory/trunk/integrations/ehcache/src/main/java/net/sf/ehcache/store/offheap/OffHeapStore.java
Wed Jun 13 17:03:28 2012
@@ -35,6 +35,8 @@ import java.util.WeakHashMap;
/**
* This class is simply a connector class into the EHCache for OffHeap.
+ * Until the issue (https://jira.terracotta.org/jira/browse/EHC-940) is fixed
we need to use same package and class name
+ * as in ehcache
*
* @author michaelandrepearce
*/