mbeckerle commented on a change in pull request #223: Daffodil 1444 schema comp
simple types
URL: https://github.com/apache/incubator-daffodil/pull/223#discussion_r289568170
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/dsom/SchemaSet.scala
##########
@@ -402,10 +408,11 @@ final class SchemaSet(
optPrimNode.map { PrimitiveType(_) }
}
}
- def getPrimitiveTypeFactory(refQName: RefQName) = {
- val primType = getPrimitiveType(refQName)
- primType.map(new PrimitiveSimpleTypeFactory(_, schemaDocument))
- }
+
+ // def getPrimitiveTypeFactory(refQName: RefQName) = {
+ // val primType = getPrimitiveType(refQName)
+ // primType.map(new PrimitiveSimpleTypeFactory(_, schemaDocument))
+ // }
Review comment:
delete
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services