Update of
/var/cvs/applications/community/src/org/mmbase/applications/community/modules
In directory james.mmbase.org:/tmp/cvs-serv6929/modules
Modified Files:
CommunityPrc.java
Log Message:
See also:
http://cvs.mmbase.org/viewcvs/applications/community/src/org/mmbase/applications/community/modules
Index: CommunityPrc.java
===================================================================
RCS file:
/var/cvs/applications/community/src/org/mmbase/applications/community/modules/CommunityPrc.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- CommunityPrc.java 21 Jun 2007 15:50:22 -0000 1.24
+++ CommunityPrc.java 3 Sep 2008 21:14:38 -0000 1.25
@@ -42,7 +42,7 @@
*
* @author Dirk-Jan Hoekstra
* @author Pierre van Rooden
- * @version $Id: CommunityPrc.java,v 1.24 2007/06/21 15:50:22 nklasens Exp $
+ * @version $Id: CommunityPrc.java,v 1.25 2008/09/03 21:14:38 michiel Exp $
*/
public class CommunityPrc extends ProcessorModule {
@@ -326,11 +326,11 @@
* @param params contains the attributes for the list
* @return a <code>Vector</code> that contains the list values as
MMObjectNodes
*/
- public Vector<MMObjectNode> getNodeList(Object context, String command,
Map params) {
+ public List<MMObjectNode> getNodeList(Object context, String command, Map
params) {
activate();
if (command.equals("WHO")) return
channelBuilder.getNodeListUsers(params);
if (command.equals("TEMPORARYRELATIONS")) return
getNodeListTemporaryRelations(params);
- return super.getNodeList(context,command, params);
+ return super.getNodeList(context, command, params);
}
/**
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs