pkatlic commented on code in PR #1176:
URL: https://github.com/apache/daffodil/pull/1176#discussion_r1519686941
##########
daffodil-core/src/main/scala/org/apache/daffodil/core/dsom/DFDLFormatAnnotation.scala:
##########
@@ -32,8 +32,8 @@ case class DeprecatedProperty(namespace: NS, property:
String, replacement: Stri
object DeprecatedProperty {
- private val deprecatedProperties: Seq[DeprecatedProperty] = Seq(
- DeprecatedProperty(XMLUtils.DFDL_NAMESPACE, "layerTransform",
"dfdlx:layerTransform"),
+ private def deprecatedProperties: Seq[DeprecatedProperty] = Seq(
+ DeprecatedProperty(XMLUtils.DFDL_NAMESPACE, "layer" + "Transform",
"dfdlx:layer"),
Review Comment:
Should this be changed back to "layerTransform" from "layer" + "Transform"?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]