[
https://issues.apache.org/jira/browse/OFBIZ-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930305#comment-13930305 ]
Jacques Le Roux commented on OFBIZ-5558:
----------------------------------------
Rong,
Some other remarks about this patch (apart the git format)
* Use 4 spaces instead of tabs
* Don't let you IDE fools you, use Debug.logError() instead of
{code}
+ // TODO Auto-generated catch block
+ e.printStackTrace();
{code}
* No needs to keep old lines commented out, just remove them
{code}
- formStringRenderer.renderDateTimeField(writer, context, this);
+ //formStringRenderer.renderDateTimeField(writer, context, this);
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)