olabusayoT commented on code in PR #1521:
URL: https://github.com/apache/daffodil/pull/1521#discussion_r2252200644


##########
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:
   I personally like the idea of getMessage returning only the message, and 
getMessageVerbose returning message+mode+context. I too got confused about why 
getMessage returned all those things



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