[
https://issues.apache.org/jira/browse/OFBIZ-5781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14395544#comment-14395544 ]
Deepak Dixit edited comment on OFBIZ-5781 at 4/4/15 5:04 AM:
-------------------------------------------------------------
I found an issue in applications/order/webapp/ordermgr/WEB-INF/actions/order/ShipGroups.groovy
{code}
- line = FastMap.newInstance();
+ line = new LinkedList();
It should be map instead of LinkedList:
line = [:];
and same at line 77
{code}
Could you please check this kind of typo once again?
was (Author: deepak.dixit):
I found an issue in applications/order/webapp/ordermgr/WEB-INF/actions/order/ShipGroups.groovy
{code}
- line = FastMap.newInstance();
+ line = new LinkedList();
It should be map instead of LinkedList:
line = [:];
{}
> Convert Javolution collections into Java collections
> ----------------------------------------------------
>
> Key: OFBIZ-5781
> URL:
https://issues.apache.org/jira/browse/OFBIZ-5781> Project: OFBiz
> Issue Type: Improvement
> Components: ALL COMPONENTS
> Affects Versions: Trunk
> Reporter: Deepak Dixit
> Assignee: Ashish Vijaywargiya
> Attachments: OFBIZ-5781-applications.patch, OFBIZ-5781.patch, OFBIZ-5781.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)