mbeckerle commented on a change in pull request #140: TDML Runner and test 
changes for Cross Validation with IBM.
URL: https://github.com/apache/incubator-daffodil/pull/140#discussion_r234390010
 
 

 ##########
 File path: 
daffodil-core/src/main/scala/org/apache/daffodil/dsom/TermEncodingMixin.scala
 ##########
 @@ -34,12 +34,12 @@ trait TermEncodingMixin extends KnownEncodingMixin { self: 
Term =>
   requiredEvaluations(encodingInfo.preSerialization)
   requiredEvaluations(checkTextBidi)
 
-  private lazy val optionTextBiDi = findPropertyOption("textBiDi")
+  private lazy val optionTextBiDi = findPropertyOption("textBidi")
 
 Review comment:
   The name of the private lazy val itself still has the mistake in the letter 
case. Should be optionTextBidi. Change throughout.

----------------------------------------------------------------
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

Reply via email to