review duedate in jpdl3 converter
---------------------------------
Key: JBPM-2392
URL:
https://jira.jboss.org/jira/browse/JBPM-2392
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Runtime Engine
Reporter: Tom Baeyens
Fix For: jBPM 4.1
i saw this in the Jpdl3Converter:
String duedateText = taskElement.attributeValue("duedate");
if (duedateText == null) {
duedateText = taskElement.attributeValue("dueDate");
}
i believe this is a typo. the second dueDate should be duedate, i think.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira