jadams-tresys commented on code in PR #1479: URL: https://github.com/apache/daffodil/pull/1479#discussion_r2070203348
########## daffodil-runtime1/src/main/scala/org/apache/daffodil/runtime1/infoset/JDOMInfosetInputter.scala: ########## @@ -17,10 +17,12 @@ package org.apache.daffodil.runtime1.infoset +import java.lang.{ Boolean => JBoolean } Review Comment: Note that if we wanted to revert all the J prefixes, ones like this should stay as we are actually using a Java boolean instead of a Scala one. -- 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: commits-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org