mrglavas 2004/01/23 12:56:54
Modified: java/src/org/apache/xml/serialize DOMSerializerImpl.java
Log:
Update copyright.
Revision Changes Path
1.12 +3 -3
xml-xerces/java/src/org/apache/xml/serialize/DOMSerializerImpl.java
Index: DOMSerializerImpl.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xml/serialize/DOMSerializerImpl.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- DOMSerializerImpl.java 23 Jan 2004 20:32:21 -0000 1.11
+++ DOMSerializerImpl.java 23 Jan 2004 20:56:54 -0000 1.12
@@ -2,7 +2,7 @@
* The Apache Software License, Version 1.1
*
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -873,7 +873,7 @@
// Try to write to some other kind of URI. Some protocols
// won't support this, though HTTP should work.
else {
- URLConnection urlCon = url.openConnection();
+ URLConnection urlCon = url.openConnection();
urlCon.setDoInput(false);
urlCon.setDoOutput(true);
urlCon.setUseCaches(false); // Enable tunneling.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]