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 2020/08/30 08:01:36 UTC

[jmeter] 03/06: Remove empty javadoc

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 414f0e2b381f77a8ea9c97480732faa80e453fb8
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sun Aug 16 11:28:38 2020 +0200

    Remove empty javadoc
---
 .../apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.java   | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.java b/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.java
index 88e3c30..4dc12dc 100644
--- a/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.java
+++ b/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.java
@@ -73,12 +73,6 @@ public abstract class AbstractSamplerCreator implements SamplerCreator {
     }
 
 
-    /**
-     *
-     */
-    /**
-     *
-     */
     public AbstractSamplerCreator() {
         super();
     }