Message4972

Author MrMeanie
Recipients MrMeanie, zyasoft
Date 2009-07-31.18:08:25
SpamBayes Score 0.026897332
Marked as misclassified No
Message-id <1249063705.6.0.596433380405.issue1397@psf.upfronthosting.co.za>
In-reply-to
Content
The PyList.list member has recently been made private.
As a result, the PyJavaType.setslicePyList method can no longer access
it. This is rectified by replacing 'value.list' in this method with
'value.getList()'.
History
Date User Action Args
2009-07-31 18:08:25MrMeaniesetmessageid: <1249063705.6.0.596433380405.issue1397@psf.upfronthosting.co.za>
2009-07-31 18:08:25MrMeaniesetrecipients: + MrMeanie, zyasoft
2009-07-31 18:08:25MrMeanielinkissue1397 messages
2009-07-31 18:08:25MrMeaniecreate