BF[2883821] - MWorkflow.getDocValue error in loading workflow cache

http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2883821&group_id=176962
This commit is contained in:
trifonnt 2009-10-22 12:05:57 +00:00
parent 8c698bf84f
commit bec45112ab
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class MWorkflow extends X_AD_Workflow
if (!newKey.equals(oldKey) && list.size() > 0)
{
MWorkflow[] wfs = new MWorkflow[list.size()];
list.toArray(new MWorkflow[list.size()]);
list.toArray(wfs);
s_cacheDocValue.put (oldKey, wfs);
list = new ArrayList<MWorkflow>();
}