On Fri, Sep 24, 2010 at 1:52 PM,  <[email protected]> wrote:
> Interesting what one can find when eliminating javadoc formatting issues... 
> And astonishing enough it's working. That's what I call a stable and 
> fault-tolerant application :-)

Indeed.

> --- 
> directory/apacheds/trunk/protocol-shared/src/main/java/org/apache/directory/server/protocol/shared/transport/Transport.java
>  (original)
> +++ 
> directory/apacheds/trunk/protocol-shared/src/main/java/org/apache/directory/server/protocol/shared/transport/Transport.java
>  Fri Sep 24 11:52:07 2010
> @@ -66,7 +66,7 @@ public interface Transport
>     /**
>      * Set the IoAcceptor
>      * @param acceptor The IoAcceptor to set
> -     *
> +     */
>     void setAcceptor ( IoAcceptor acceptor );

Hm, maybe that was intended, because now the build fails as the
classes TcpTransport and UdpTransport don't implement the
setAcceptor() method. I think we should remove the setAcceptor from
the interface? Anyone?

Kind Regards,
Stefan

Reply via email to