Olabusayo Kilo created DAFFODIL-2641:
----------------------------------------
Summary: Incorrect scaladoc in sapi/japi for isError
Key: DAFFODIL-2641
URL: https://issues.apache.org/jira/browse/DAFFODIL-2641
Project: Daffodil
Issue Type: Bug
Components: Back End, Documentation
Affects Versions: 3.2.1
Reporter: Olabusayo Kilo
Assignee: Olabusayo Kilo
Fix For: 3.3.0
I noticed an error in the scaladoc for isError, which described the exact
opposite behavior of what isError represents
{code:java}
* @return true if no errors occurred, false otherwise{code}
instead of
{code:java}
* @return true if it represents an error, false otherwise {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)