Thanks Emmanuel, it compiles alright now.
Regards, Edwin --- "Emmanuel Lecharny (JIRA)" <[EMAIL PROTECTED]> wrote: > > [ > https://issues.apache.org/jira/browse/DIRMINA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Emmanuel Lecharny resolved DIRMINA-626. > --------------------------------------- > > Resolution: Fixed > > atm, I just removed the @override annotations. I don't think they are useful, > but if so, we can improve the code as suiggested. > > > Compilation Error in > org.apache.mina.transport.serial.DefaultSerialSessionConfig > > > -------------------------------------------------------------------------------- > > > > Key: DIRMINA-626 > > URL: https://issues.apache.org/jira/browse/DIRMINA-626 > > Project: MINA > > Issue Type: Bug > > Components: Transport > > Affects Versions: 2.0.0-M4, 2.0.0-RC1 > > Reporter: Edwin Lee > > Priority: Blocker > > Fix For: 2.0.0-M4, 2.0.0-RC1 > > > > Attachments: AbstractSerialSessionConfig.java, > DefaultSerialSessionConfig.java > > > > > > The public accessor/mutator methods in > org.apache.mina.transport.serial.DefaultSerialSessionConfig are annotated > with @Override, but its superclass > (org.apache.mina.core.session.AbstractIoSessionConfig) does not have those > methods declared. > > Propose to: > > 1. Add a new abstract class > org.apache.mina.transport.serial.AbstractSerialSessionConfig which extends > org.apache.mina.core.session.AbstractIoSessionConfig and implements > org.apache.mina.transport.serial.SerialSessionConfig. > > 2. The new abstract class declares the methods which > org.apache.mina.transport.serial.DefaultSerialSessionConfig @OverrideS. > > 3. org.apache.mina.transport.serial.DefaultSerialSessionConfig extends > org.apache.mina.transport.serial.AbstractSerialSessionConfig instead. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > Get your new Email address! Grab the Email name you've always wanted before someone else does! http://mail.promotions.yahoo.com/newdomains/sg/
