Update of /var/cvs/applications/richtext/src/org/mmbase/richtext/processors/xml
In directory james.mmbase.org:/tmp/cvs-serv31839
Modified Files:
MmxfGetString.java
Log Message:
@Override does not work with 1.9. Explained why
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.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- MmxfGetString.java 8 Feb 2008 13:55:57 -0000 1.7
+++ MmxfGetString.java 14 Feb 2008 15:32:22 -0000 1.8
@@ -30,7 +30,7 @@
* This class implements the `get' for `mmxf' fields.
*
* @author Michiel Meeuwissen
- * @version $Id: MmxfGetString.java,v 1.7 2008/02/08 13:55:57 michiel Exp $
+ * @version $Id: MmxfGetString.java,v 1.8 2008/02/14 15:32:22 michiel Exp $
* @since MMBase-1.8
*/
@@ -55,7 +55,8 @@
static protected Generator getGenerator(final Cloud cloud) {
return new Generator(getDocumentBuilder(), cloud) {
- @Override
+ // in 1.8 this is @Override, in 1.9, this is ignored. So this can
be dropped if no 1.8
+ // compatibility needed any more.
protected void setIdAttribute(Element object, String name) {
object.setIdAttribute(name, true);
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs