Author: sebb
Date: Thu Mar 3 12:08:24 2016
New Revision: 1733453
URL: http://svn.apache.org/viewvc?rev=1733453&view=rev
Log:
Javadoc syntax
Modified:
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/LazySchemeSocketFactory.java
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/MeasuringConnectionManager.java
Modified:
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java?rev=1733453&r1=1733452&r2=1733453&view=diff
==============================================================================
---
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
(original)
+++
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
Thu Mar 3 12:08:24 2016
@@ -778,7 +778,7 @@ public class HTTPHC4Impl extends HTTPHCA
/**
* Setup LazySchemeSocketFactory
- * @see https://bz.apache.org/bugzilla/show_bug.cgi?id=58099
+ * @see "https://bz.apache.org/bugzilla/show_bug.cgi?id=58099"
*/
private static SchemeRegistry createSchemeRegistry() {
final SchemeRegistry registry = new SchemeRegistry();
Modified:
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/LazySchemeSocketFactory.java
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/LazySchemeSocketFactory.java?rev=1733453&r1=1733452&r2=1733453&view=diff
==============================================================================
---
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/LazySchemeSocketFactory.java
(original)
+++
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/LazySchemeSocketFactory.java
Thu Mar 3 12:08:24 2016
@@ -70,7 +70,7 @@ public final class LazySchemeSocketFacto
/**
* @param params
- * @return
+ * @return the socket
* @throws IOException
* @see
org.apache.http.conn.scheme.SchemeSocketFactory#createSocket(org.apache.http.params.HttpParams)
*/
@@ -84,7 +84,7 @@ public final class LazySchemeSocketFacto
* @param remoteAddress
* @param localAddress
* @param params
- * @return
+ * @return the socket
* @throws IOException
* @throws UnknownHostException
* @throws ConnectTimeoutException
@@ -99,7 +99,7 @@ public final class LazySchemeSocketFacto
/**
* @param sock
- * @return
+ * @return true if the socket is secure
* @throws IllegalArgumentException
* @see
org.apache.http.conn.scheme.SchemeSocketFactory#isSecure(java.net.Socket)
*/
@@ -113,6 +113,7 @@ public final class LazySchemeSocketFacto
* @param target
* @param port
* @param params {@link HttpParams}
+ * @return the socket
*/
@Override
public Socket createLayeredSocket(Socket socket, String target, int port,
Modified:
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/MeasuringConnectionManager.java
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/MeasuringConnectionManager.java?rev=1733453&r1=1733452&r2=1733453&view=diff
==============================================================================
---
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/MeasuringConnectionManager.java
(original)
+++
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/MeasuringConnectionManager.java
Thu Mar 3 12:08:24 2016
@@ -66,7 +66,7 @@ public class MeasuringConnectionManager
/**
* Overriden to use {@link JMeterClientConnectionOperator} and fix SNI
issue
- * @see https://bz.apache.org/bugzilla/show_bug.cgi?id=57935
+ * @see "https://bz.apache.org/bugzilla/show_bug.cgi?id=57935"
* @see
org.apache.http.impl.conn.PoolingClientConnectionManager#createConnectionOperator(org.apache.http.conn.scheme.SchemeRegistry)
*/
@Override