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 <[email protected]> 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(); }
