Re: [cp-patches] FYI: CORBA example fix.

2005-10-25 Thread Tom Tromey
> "Audrius" == Meskauskas Audrius <[EMAIL PROTECTED]> writes: Audrius> Eclipse refuses to start the CORBA naming service example because the Audrius> parameters of the main method are declared as final This must be a bug in Eclipse, as 'final' has no effect on the method signature. I would r

[cp-patches] FYI: CORBA example fix.

2005-10-25 Thread Meskauskas Audrius
Eclipse refuses to start the CORBA naming service example because the parameters of the main method are declared as final This patch makes them no longer final. 2005-10-25 Audrius Meskauskas <[EMAIL PROTECTED]> * gnu/classpath/examples/CORBA/NamingService/Demo.java (main): Make arguments not