Martin Becker created OFBIZ-9397:
------------------------------------
Summary: New UtilMisc method collectionToString(...) building safely a String with the given collection and delimiter
Key: OFBIZ-9397
URL:
https://issues.apache.org/jira/browse/OFBIZ-9397 Project: OFBiz
Issue Type: Improvement
Components: framework
Affects Versions: Trunk
Reporter: Martin Becker
Priority: Trivial
The added method UtilMisc.collectionToString(Collection values, String delimiter) creates a String from the values of a collection, separated with the given delimiter. This is done in a safe way without a "null" literal.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)