olabusayoT opened a new pull request, #1516: URL: https://github.com/apache/daffodil/pull/1516
- the Java API uses Java Lists, but we need immutability and O(1) prepends in the scala code, so we update to use seqs internally and leverage .asJava/.asScala wrappers as necessary. For getBlobPaths/getDiagnostics, we keep those as lists internally as well since they override the java functions. DAFFODIL-3014 -- 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]
