make warnOnParserErrors getters JavaBean compliant
--------------------------------------------------
Key: JBXB-256
URL:
https://jira.jboss.org/browse/JBXB-256
Project: JBoss XML Binding (JBossXB)
Issue Type: Task
Affects Versions: JBossXB-2.0.2.Beta8
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Fix For: JBossXB-2.0.2.GA
In Unmarshaller and UnmarshallerFactory the boolean getters look like
public boolean getWarnOnParserErrors()
while to be JavaBean compliant they should be
public boolean isWarnOnParserErrors()
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira