mrglavas 2005/01/30 19:54:06
Modified: java/src/org/apache/xerces/impl/dv/xs AnyURIDV.java
Log:
Updating copyright to 2005.
Revision Changes Path
1.9 +6 -4
xml-xerces/java/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java
Index: AnyURIDV.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- AnyURIDV.java 27 Jan 2005 20:54:34 -0000 1.8
+++ AnyURIDV.java 31 Jan 2005 03:54:06 -0000 1.9
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -157,10 +157,12 @@
// If encoding happened, create a new string;
// otherwise, return the orginal one.
- if (buffer.length() != len)
+ if (buffer.length() != len) {
return buffer.toString();
- else
+ }
+ else {
return anyURI;
+ }
}
} // class AnyURIDV
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]