Author: milamber
Date: Sun Feb 21 18:26:22 2016
New Revision: 1731547
URL: http://svn.apache.org/viewvc?rev=1731547&view=rev
Log:
Fix Javadoc issue with url (add quotes)
Modified:
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/JMeterClientConnectionOperator.java
Modified:
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/JMeterClientConnectionOperator.java
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/JMeterClientConnectionOperator.java?rev=1731547&r1=1731546&r2=1731547&view=diff
==============================================================================
---
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/JMeterClientConnectionOperator.java
(original)
+++
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/JMeterClientConnectionOperator.java
Sun Feb 21 18:26:22 2016
@@ -42,7 +42,7 @@ import org.apache.http.impl.conn.Default
/**
* Custom implementation of {@link DefaultClientConnectionOperator} to 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"
* @since 3.0
* TODO Remove it when full upgrade to 4.5.X is done and cleanup is made in
the Socket Factory of JMeter that handles client certificates and Slow socket
*/