Update of /var/cvs/applications/richtext/src/org/mmbase/richtext/processors/xml
In directory
james.mmbase.org:/tmp/cvs-serv20318/src/org/mmbase/richtext/processors/xml
Modified Files:
MmxfGetString.java
Log Message:
didn't compile agains 1.9 any more (this is actually a bw-compatibility issue,
because it _does_ compile against 1.8. Not so important though.
See also:
http://cvs.mmbase.org/viewcvs/applications/richtext/src/org/mmbase/richtext/processors/xml
Index: MmxfGetString.java
===================================================================
RCS file:
/var/cvs/applications/richtext/src/org/mmbase/richtext/processors/xml/MmxfGetString.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- MmxfGetString.java 28 Oct 2008 09:59:47 -0000 1.16
+++ MmxfGetString.java 29 Oct 2008 20:46:37 -0000 1.17
@@ -30,7 +30,7 @@
* This class implements the `get' for `mmxf' fields.
*
* @author Michiel Meeuwissen
- * @version $Id: MmxfGetString.java,v 1.16 2008/10/28 09:59:47 michiel Exp $
+ * @version $Id: MmxfGetString.java,v 1.17 2008/10/29 20:46:37 michiel Exp $
* @since MMBase-1.8
*/
@@ -93,7 +93,7 @@
}
generator.add(relationsNodes);
} else if (loadRelations == null || Casting.toBoolean(loadRelations)) {
- org.mmbase.bridge.NodeList relationsNodes =
node.getRelations("idrel", node.getCloud().getNodeManager("object"),
"destination");
+ org.mmbase.bridge.RelationList relationsNodes =
node.getRelations("idrel", node.getCloud().getNodeManager("object"),
"destination");
generator.add(relationsNodes);
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs