On 10 January 2014 09:04, <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
