Skip to content

Commit 6dc7c4c

Browse files
committed
Jsonix issue #25 - supporting QNames in generation.
1 parent a0deb58 commit 6dc7c4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/main/java/org/hisrc/jsonix/compiler/CreateTypeInfoDeclarationVisitor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ final class CreateTypeInfoDeclarationVisitor<T, C extends T> implements
109109
// XSD_TYPE_MAPPING.put(XmlSchemaConstants.ANYURI, "AnyURI");
110110
XSD_TYPE_MAPPING.put(XmlSchemaConstants.ANYURI, "String");
111111
XSD_TYPE_MAPPING.put(XmlSchemaConstants.QNAME, "QName");
112-
XSD_TYPE_MAPPING.put(XmlSchemaConstants.QNAME, "String");
113112
// XSD_TYPE_MAPPING.put(XmlSchemaConstants.NOTATION, "Notation");
114113
// XSD_TYPE_MAPPING.put(XmlSchemaConstants.DURATION, "Duration");
115114
XSD_TYPE_MAPPING.put(XmlSchemaConstants.DURATION, "String");

0 commit comments

Comments
 (0)