This is an automated email from the ASF dual-hosted git repository. mbeckerle pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/daffodil.git
commit 2438a761760ee749c8abb29449edf85d06bd76b9 Author: Michael Beckerle <[email protected]> AuthorDate: Tue Nov 19 15:22:32 2024 -0500 Add final DAFFODIL-2797 --- .../src/main/scala/org/apache/daffodil/tdml/RunnerFactory.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daffodil-tdml-lib/src/main/scala/org/apache/daffodil/tdml/RunnerFactory.scala b/daffodil-tdml-lib/src/main/scala/org/apache/daffodil/tdml/RunnerFactory.scala index 7daed6688..06b57a069 100644 --- a/daffodil-tdml-lib/src/main/scala/org/apache/daffodil/tdml/RunnerFactory.scala +++ b/daffodil-tdml-lib/src/main/scala/org/apache/daffodil/tdml/RunnerFactory.scala @@ -141,7 +141,7 @@ object Runner { * were a resource on the classpath. Otherwise it is treated as if it were a * URI. */ -class Runner private ( +final class Runner private ( source: Either[scala.xml.Elem, String], optTDMLImplementation: Option[TDMLImplementation] = None, validateTDMLFile: Boolean = true,
