mbeckerle commented on a change in pull request #88: Daffodil 1919 separators
URL: https://github.com/apache/incubator-daffodil/pull/88#discussion_r205839611
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/dsom/DFDLAnnotation.scala
##########
@@ -38,19 +36,18 @@ import
org.apache.daffodil.schema.annotation.props.FindPropertyMixin
*/
abstract class DFDLAnnotation(xmlArg: Node, annotatedSCArg:
AnnotatedSchemaComponent)
extends SchemaComponent
- with NestingLexicalMixin
- with FindPropertyMixin // only needed because unit tests look at properties
on annotations
+ with NestingLexicalMixin //with FindPropertyMixin // only needed because
unit tests look at properties on annotations
{
final override val xml = xmlArg
final override def parent = annotatedSCArg
final override val context: AnnotatedSchemaComponent = annotatedSCArg
- // delegate to the annotated component.
- override def findPropertyOption(pname: String): PropertyLookupResult = {
- val res = annotatedSC.resolver.findPropertyOption(pname)
- res
- }
+ // // delegate to the annotated component.
Review comment:
delete
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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