Author: bimargulies
Date: Wed Oct 31 05:21:28 2007
New Revision: 590643
URL: http://svn.apache.org/viewvc?rev=590643&view=rev
Log:
Add a comment noting the name of the WSCOMMONS issue that forces
FixedExtensionDeserializer to exist.
Modified:
incubator/cxf/trunk/common/common/src/main/java/org/apache/cxf/common/util/FixedExtensionDeserializer.java
Modified:
incubator/cxf/trunk/common/common/src/main/java/org/apache/cxf/common/util/FixedExtensionDeserializer.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/common/src/main/java/org/apache/cxf/common/util/FixedExtensionDeserializer.java?rev=590643&r1=590642&r2=590643&view=diff
==============================================================================
---
incubator/cxf/trunk/common/common/src/main/java/org/apache/cxf/common/util/FixedExtensionDeserializer.java
(original)
+++
incubator/cxf/trunk/common/common/src/main/java/org/apache/cxf/common/util/FixedExtensionDeserializer.java
Wed Oct 31 05:21:28 2007
@@ -32,7 +32,8 @@
/**
- * Workaround a bug in XmlSchema
+ * Workaround a bug in XmlSchema (WSCOMMONS-261). Remove this when there is a
version of XmlSchema
+ * with the fix.
*
* In XmlSchema, the default deserializer will only allow a single extension
per element. The
* last one wipes out the earlier recorded extensions.