You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/06/13 19:03:29 UTC

svn commit: r1349962 - /incubator/directmemory/trunk/integrations/ehcache/src/main/java/net/sf/ehcache/store/offheap/OffHeapStore.java

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
  */