You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Oleg Kalnichevski <ol...@apache.org> on 2014/11/14 18:35:46 UTC

Re: svn commit: r1639708

On Fri, 2014-11-14 at 17:21 +0000, olegk@apache.org wrote:
> Author: olegk
> Date: Fri Nov 14 17:21:50 2014
> New Revision: 1639708

...

>  
> +/**
> + * @since 4.4
> + */
>  public final class EmptyInputStream extends InputStream {
> +
>      public static final EmptyInputStream INSTANCE = new EmptyInputStream();
>  
>      private EmptyInputStream() {
> 
> 

Ah, bloody crap! Different commits got mixed up in my local Git
repository likely because of a problem with Git-Svn. I wish we could
just use Git.

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org