You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2014/01/10 10:04:23 UTC

svn commit: r1557059 - /httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java

Author: olegk
Date: Fri Jan 10 09:04:23 2014
New Revision: 1557059

URL: http://svn.apache.org/r1557059
Log:
Fixed style check violations (tabs)

Modified:
    httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java

Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java?rev=1557059&r1=1557058&r2=1557059&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java Fri Jan 10 09:04:23 2014
@@ -55,13 +55,15 @@ import org.apache.http.protocol.RequestU
 
 /**
  * Minimal asynchronous HTTP/1.1 client.
- * <p>
+ * <p/>
  * Please note that this example represents a minimal HTTP client implementation.
  * It does not support HTTPS as is.
  * You either need to provide BasicNIOConnPool with a connection factory
  * that supports SSL or use a more complex HttpAsyncClient.
- * 
- * @see http://hc.apache.org/httpcomponents-asyncclient-4.0.x/index.html
+ *
+ * @see BasicNIOConnPool#BasicNIOConnPool(org.apache.http.nio.reactor.ConnectingIOReactor,
+ *   org.apache.http.nio.pool.NIOConnFactory, int)
+ * @see org.apache.http.impl.nio.pool.BasicNIOConnFactory
  */
 public class NHttpClient {
 



Re: svn commit: r1557059

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Fri, 2014-01-10 at 15:01 +0000, sebb wrote:
> On 10 January 2014 09:04,  <ol...@apache.org> wrote:
> > Author: olegk
> > Date: Fri Jan 10 09:04:23 2014
> > New Revision: 1557059
> >
> > URL: http://svn.apache.org/r1557059
> > Log:
> > Fixed style check violations (tabs)
> 
> Sorry about that!
> 
> I thought I had told Eclipse not to use tabs anywhere ... obviously not.
> 

No worries. I remember having the same issue with Eclipse shortly before
switching to IntelliJ. Eclipse would still use tabs for folded lines
despite all space policy, or some such.

Oleg



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


Re: svn commit: r1557059 - /httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java

Posted by sebb <se...@gmail.com>.
On 10 January 2014 09:04,  <ol...@apache.org> wrote:
> Author: olegk
> Date: Fri Jan 10 09:04:23 2014
> New Revision: 1557059
>
> URL: http://svn.apache.org/r1557059
> Log:
> Fixed style check violations (tabs)

Sorry about that!

I thought I had told Eclipse not to use tabs anywhere ... obviously not.

> Modified:
>     httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java
>
> Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java
> URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java?rev=1557059&r1=1557058&r2=1557059&view=diff
> ==============================================================================
> --- httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java (original)
> +++ httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java Fri Jan 10 09:04:23 2014
> @@ -55,13 +55,15 @@ import org.apache.http.protocol.RequestU
>
>  /**
>   * Minimal asynchronous HTTP/1.1 client.
> - * <p>
> + * <p/>
>   * Please note that this example represents a minimal HTTP client implementation.
>   * It does not support HTTPS as is.
>   * You either need to provide BasicNIOConnPool with a connection factory
>   * that supports SSL or use a more complex HttpAsyncClient.
> - *
> - * @see http://hc.apache.org/httpcomponents-asyncclient-4.0.x/index.html
> + *
> + * @see BasicNIOConnPool#BasicNIOConnPool(org.apache.http.nio.reactor.ConnectingIOReactor,
> + *   org.apache.http.nio.pool.NIOConnFactory, int)
> + * @see org.apache.http.impl.nio.pool.BasicNIOConnFactory
>   */
>  public class NHttpClient {
>
>
>

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