Re: svn commit: r1062164 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/content/PermissionRecorder.java

2011-01-22 Thread risali...@gmail.com
Hi Adrian, you are right I'm not always remember to do it but in this case I probably I don't know how to avoid the casting. If I try to change from : public void setStatusTargets(ListString opList) { statusTargets = (String [])opList.toArray(); } to: public void

Re: svn commit: r1062164 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/content/PermissionRecorder.java

2011-01-22 Thread Adrian Crum
You're right, that method returns an Object array. Never mind. Carry on. -Adrian On 1/22/2011 7:54 AM, risali...@gmail.com wrote: Hi Adrian, you are right I'm not always remember to do it but in this case I probably I don't know how to avoid the casting. If I try to change from : public

Re: svn commit: r1062164 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/content/PermissionRecorder.java

2011-01-22 Thread risali...@gmail.com
Anyway Adrian thanks for your suggestion. Marco Il giorno 22/gen/2011, alle ore 16.57, Adrian Crum ha scritto: You're right, that method returns an Object array. Never mind. Carry on. -Adrian On 1/22/2011 7:54 AM, risali...@gmail.com wrote: Hi Adrian, you are right I'm not always