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:
parent
8c698bf84f
commit
bec45112ab
|
@ -106,7 +106,7 @@ public class MWorkflow extends X_AD_Workflow
|
||||||
if (!newKey.equals(oldKey) && list.size() > 0)
|
if (!newKey.equals(oldKey) && list.size() > 0)
|
||||||
{
|
{
|
||||||
MWorkflow[] wfs = new MWorkflow[list.size()];
|
MWorkflow[] wfs = new MWorkflow[list.size()];
|
||||||
list.toArray(new MWorkflow[list.size()]);
|
list.toArray(wfs);
|
||||||
s_cacheDocValue.put (oldKey, wfs);
|
s_cacheDocValue.put (oldKey, wfs);
|
||||||
list = new ArrayList<MWorkflow>();
|
list = new ArrayList<MWorkflow>();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue