jadams-tresys commented on code in PR #812:
URL: https://github.com/apache/daffodil/pull/812#discussion_r918071548


##########
daffodil-sapi/src/main/scala/org/apache/daffodil/sapi/Daffodil.scala:
##########
@@ -149,6 +149,14 @@ class Compiler private[sapi] (private var sCompiler: 
SCompiler) {
     new ProcessorFactory(pf.asInstanceOf[SProcessorFactory])
   }
 
+  @throws(classOf[java.io.IOException])
+  def compileStreamSource(streamSource: 
org.apache.daffodil.api.InputStreamSchemaSource,
+    optRootName: Option[String] = None,

Review Comment:
   I must have missed this leftover from the previous commits, will remove.



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

Reply via email to