[jbosscache-commits] JBoss Cache SVN: r7937 - searchable/trunk/src/main/java/org/jboss/cache/search.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Mar 23 12:40:35 EDT 2009


Author: seahawk at volny.cz
Date: 2009-03-23 12:40:35 -0400 (Mon, 23 Mar 2009)
New Revision: 7937

Modified:
   searchable/trunk/src/main/java/org/jboss/cache/search/SearchableCoreListener.java
Log:
@NodeRemoved changed to public to be callable.

Modified: searchable/trunk/src/main/java/org/jboss/cache/search/SearchableCoreListener.java
===================================================================
--- searchable/trunk/src/main/java/org/jboss/cache/search/SearchableCoreListener.java	2009-03-23 16:32:33 UTC (rev 7936)
+++ searchable/trunk/src/main/java/org/jboss/cache/search/SearchableCoreListener.java	2009-03-23 16:40:35 UTC (rev 7937)
@@ -85,7 +85,7 @@
 
 
    @NodeRemoved
-   protected void handleNodeRemoved(NodeRemovedEvent event) throws InvalidKeyException
+   public void handleNodeRemoved(NodeRemovedEvent event) throws InvalidKeyException
    {
 
       log.debug("Entered the SCL. @NodeRemoved annotation found");




More information about the jbosscache-commits mailing list