jadams-tresys commented on code in PR #1521:
URL: https://github.com/apache/daffodil/pull/1521#discussion_r2276668575
##########
daffodil-core/src/main/scala/org/apache/daffodil/lib/iapi/Diagnostic.scala:
##########
@@ -128,8 +128,6 @@ abstract class Diagnostic protected (
*/
override def getMessage(): String = message
- override def getMessageOnly: String = message
Review Comment:
Ah, I was looking at the toString definition in the Scala file, not the Java
one. The one in the Scala file doesn't have those details, so that's why I was
confused.
--
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]