Skip to content
Snippets Groups Projects
Commit 1709ba76 authored by felmer's avatar felmer
Browse files

bug fixed: new data type XML added to converter map

SVN: 18378
parent 60ffe661
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ public class DataTypeUtils ...@@ -96,7 +96,7 @@ public class DataTypeUtils
return value; return value;
} }
}, },
STRING(DataTypeCode.VARCHAR, DataTypeCode.MULTILINE_VARCHAR, DataTypeCode.BOOLEAN, STRING(DataTypeCode.VARCHAR, DataTypeCode.MULTILINE_VARCHAR, DataTypeCode.BOOLEAN, DataTypeCode.XML,
DataTypeCode.CONTROLLEDVOCABULARY, DataTypeCode.MATERIAL, DataTypeCode.HYPERLINK) DataTypeCode.CONTROLLEDVOCABULARY, DataTypeCode.MATERIAL, DataTypeCode.HYPERLINK)
{ {
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment