You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/02/11 11:14:52 UTC

svn commit: r1782586 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java

Author: fschumacher
Date: Sat Feb 11 11:14:52 2017
New Revision: 1782586

URL: http://svn.apache.org/viewvc?rev=1782586&view=rev
Log:
javadoc: close p tag

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java?rev=1782586&r1=1782585&r2=1782586&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java Sat Feb 11 11:14:52 2017
@@ -61,7 +61,7 @@ import org.slf4j.LoggerFactory;
  * Some bugs only appear under production traffic, so it is useful to generate
  * traffic using production logs. This way, JMeter can record when problems
  * occur and provide a way to match the server logs.
- * <p>
+ * </p>
  *
  */
 public class AccessLogSampler extends HTTPSampler implements TestBean,ThreadListener {