On Sep 1, 2009, at 2:25 PM, jvdrean (SVN) wrote:
Author: jvdrean
Date: 2009-09-01 14:25:49 +0200 (Tue, 01 Sep 2009)
New Revision: 23184
Modified:
platform/xwiki-plugins/trunk/watchlist/src/main/java/com/xpn/xwiki/
plugin/watchlist/WatchListStore.java
Log:
Fixed wrong listener name
wow, glad my log allowed to catch this! That would have caused some
serious problems ;)
-Vincent
Modified:
platform/xwiki-plugins/trunk/watchlist/src/main/java/com/
xpn/xwiki/plugin/watchlist/WatchListStore.java
===================================================================
--- platform/xwiki-plugins/trunk/watchlist/src/main/java/com/xpn/
xwiki/plugin/watchlist/WatchListStore.java 2009-09-01 12:21:27 UTC
(rev 23183)
+++ platform/xwiki-plugins/trunk/watchlist/src/main/java/com/xpn/
xwiki/plugin/watchlist/WatchListStore.java 2009-09-01 12:25:49 UTC
(rev 23184)
@@ -92,7 +92,7 @@
/**
* The name of the listener.
*/
- private static final String LISTENER_NAME = "rightsmanager";
+ private static final String LISTENER_NAME = "watchliststore";
/**
* The events to match.
@@ -619,4 +619,4 @@
{
return LISTENER_NAME;
}
-}
\ No newline at end of file
+}