ozeigermann 2004/03/31 22:55:05
Modified: src/stores/org/apache/slide/store/txfile Tag:
SLIDE_2_0_RELEASE_BRANCH XMLResourceDescriptor.java
Log:
Fix for issue #28093
Revision Changes Path
No revision
No revision
1.5.2.3 +4 -4
jakarta-slide/src/stores/org/apache/slide/store/txfile/XMLResourceDescriptor.java
Index: XMLResourceDescriptor.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/stores/org/apache/slide/store/txfile/XMLResourceDescriptor.java,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -r1.5.2.2 -r1.5.2.3
--- XMLResourceDescriptor.java 20 Feb 2004 09:48:59 -0000 1.5.2.2
+++ XMLResourceDescriptor.java 1 Apr 2004 06:55:05 -0000 1.5.2.3
@@ -298,7 +298,7 @@
// for null locks
aElementObjectNode.setAttribute("classname", "null");
aElementObjectNode.setAttribute("uri", uri.toString());
- aElementObjectNode.addContent(new Element("childs"));
+ aElementObjectNode.addContent(new Element("children"));
aElementObjectNode.addContent(new Element("links"));
return aElementObjectNode;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]