Update of /var/cvs/applications/notifications/src/org/mmbase/notifications
In directory james.mmbase.org:/tmp/cvs-serv32583/notifications
Modified Files:
Notifier.java
Log Message:
generics
See also:
http://cvs.mmbase.org/viewcvs/applications/notifications/src/org/mmbase/notifications
Index: Notifier.java
===================================================================
RCS file:
/var/cvs/applications/notifications/src/org/mmbase/notifications/Notifier.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- Notifier.java 18 Dec 2007 09:30:18 -0000 1.13
+++ Notifier.java 4 Sep 2008 16:33:41 -0000 1.14
@@ -30,7 +30,7 @@
* notifications.
*
* @author Michiel Meeuwissen
- * @version $Id: Notifier.java,v 1.13 2007/12/18 09:30:18 michiel Exp $
+ * @version $Id: Notifier.java,v 1.14 2008/09/04 16:33:41 michiel Exp $
**/
public class Notifier extends WatchedReloadableModule implements
NodeEventListener, RelationEventListener, Runnable {
@@ -69,7 +69,7 @@
NodeManager notifyables = cloud.getNodeManager("notifyables");
NodeQuery nq = notifyables.createQuery();
- SortedMap<Object, Object> map =
SortedBundle.getResource("org.mmbase.notifications.resources.offset",
+ SortedMap<Object, String> map =
SortedBundle.getResource("org.mmbase.notifications.resources.offset",
null, null,
null, Integer.class, null);
Integer first = (Integer) map.entrySet().iterator().next().getKey();
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs