stevedlawrence commented on a change in pull request #343: Daffodil 2302 fixes
external variables API difficulties
URL: https://github.com/apache/incubator-daffodil/pull/343#discussion_r401565536
##########
File path: daffodil-sapi/src/main/scala/org/apache/daffodil/sapi/Daffodil.scala
##########
@@ -200,9 +220,10 @@ class Compiler private[sapi] () {
* then no namespace is used. With not preceded by
"{namespace}",
* then Daffodil will figure out the namespace.
*/
+ @deprecated("Use DataProcessor.setExternalVariables", "2.6.0")
def setExternalDFDLVariables(extVarsMap: Map[String, String]): Unit = {
Review comment:
When I build the scaladoc,, for some reason this method doesnt show up as
deprecated. Same issue with this function in the DataProcessor. And it's only
this variable setter. All the other variable setters are marked as deprecated.
Looks correct to me though...
----------------------------------------------------------------
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