On 22/10/2013 01:39, Stuart Marks wrote:
Looks fine, except one tiny issue.In javax/rmi/CORBA/Stub.java, createDelegate() returns Object, and in the static initializer it's cast to Object before being assigned to Object stubDelegateInstance. It's sort-of in parallel with the other cases that cast it to some other type, but a cast to Object looks odd.
It does looks odd, I will remove it before I push this change (thanks). -Alan.
