You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apps-dev@avalon.apache.org by Timothy Peierls <ti...@peierls.net> on 2002/04/15 19:02:10 UTC

typo in ftpserver source

There's a repeated semicolon in one of the files in the ftpserver source.
Fussy JDK 1.4 balks at this. Here's the patch:

cvs -q diff -w -i SiteCommandHandler.java (in directory C:\projects\apache\jakarta-avalon-apps\ftpserver\src\java\org\apache\avalon\ftpserver\)
Index: SiteCommandHandler.java
===================================================================
RCS file: /home/cvspublic/jakarta-avalon-apps/ftpserver/src/java/org/apache/avalon/ftpserver/SiteCommandHandler.java,v
retrieving revision 1.2
diff -w -i -r1.2 SiteCommandHandler.java
230c230
<         return mConfig.getStatus().processNewLine(sb.toString(), 200);;
---
>         return mConfig.getStatus().processNewLine(sb.toString(), 200);


--tim

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: typo in ftpserver source

Posted by Rana Bhattacharyya <ra...@yahoo.com>.
Fixed.

--- Timothy Peierls <ti...@peierls.net> wrote:
> There's a repeated semicolon in one of the files in
> the ftpserver source.
> Fussy JDK 1.4 balks at this. Here's the patch:
> 
> cvs -q diff -w -i SiteCommandHandler.java (in
> directory
>
C:\projects\apache\jakarta-avalon-apps\ftpserver\src\java\org\apache\avalon\ftpserver\)
> Index: SiteCommandHandler.java
>
===================================================================
> RCS file:
>
/home/cvspublic/jakarta-avalon-apps/ftpserver/src/java/org/apache/avalon/ftpserver/SiteCommandHandler.java,v
> retrieving revision 1.2
> diff -w -i -r1.2 SiteCommandHandler.java
> 230c230
> <         return
> mConfig.getStatus().processNewLine(sb.toString(),
> 200);;
> ---
> >         return
> mConfig.getStatus().processNewLine(sb.toString(),
> 200);
> 
> 
> --tim
> 
> --
> To unsubscribe, e-mail:  
>
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>