[exo-jcr-commits] exo-jcr SVN: r4018 - jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/ispn.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 25 07:07:35 EST 2011


Author: nzamosenchuk
Date: 2011-02-25 07:07:35 -0500 (Fri, 25 Feb 2011)
New Revision: 4018

Modified:
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/ispn/AbstractInputCacheStore.java
Log:
EXOJCR-832 : removing some UnsupportedOperationExceptions.

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/ispn/AbstractInputCacheStore.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/ispn/AbstractInputCacheStore.java	2011-02-25 10:29:18 UTC (rev 4017)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/ispn/AbstractInputCacheStore.java	2011-02-25 12:07:35 UTC (rev 4018)
@@ -74,7 +74,7 @@
    @Override
    protected void purgeInternal() throws CacheLoaderException
    {
-      throw new UnsupportedOperationException("This operation is not supported by this component.");
+      // This cacheStore only accepts data
    }
 
    /**



More information about the exo-jcr-commits mailing list