luetzkendorf 2004/11/08 02:49:34
Modified: src/stores/org/apache/slide/store/txfile Tag:
SLIDE_2_1_RELEASE_BRANCH
AbstractXMLResourceDescriptor.java
Log:
replaced the dataFormat with one that works on JDK1.3 (lowercase z instead of
Z)
Revision Changes Path
No revision
No revision
1.3.2.2 +4 -4
jakarta-slide/src/stores/org/apache/slide/store/txfile/AbstractXMLResourceDescriptor.java
Index: AbstractXMLResourceDescriptor.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/stores/org/apache/slide/store/txfile/AbstractXMLResourceDescriptor.java,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -r1.3.2.1 -r1.3.2.2
--- AbstractXMLResourceDescriptor.java 22 Sep 2004 14:15:21 -0000
1.3.2.1
+++ AbstractXMLResourceDescriptor.java 8 Nov 2004 10:49:34 -0000
1.3.2.2
@@ -264,7 +264,7 @@
outputFormat = Format.getPrettyFormat();
outputFormat.setEncoding(characterEncoding);
- dateFormat = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss Z");
+ dateFormat = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss z");
this.txId = txId;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]