Message2781

Author cgroves
Recipients
Date 2007-09-25.04:38:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Looks good!  Committed to trunk in r3541.  

For future reference, there's no need to return Py.None from a function in Java if that's all it's going to return.  You can just make the function's return type void and Jython will take care of the rest.  I fixed that in the code I committed.
History
Date User Action Args
2008-02-20 17:18:45adminlinkissue1771534 messages
2008-02-20 17:18:45admincreate