[
https://issues.apache.org/jira/browse/OFBIZ-5781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14395544#comment-14395544 ]
Deepak Dixit commented on OFBIZ-5781:
-------------------------------------
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)