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 2019/09/28 19:30:17 UTC

[jmeter] 05/07: javadoc: This method has no return value

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 46d7775ff88349b540d3c640a152355f4bfe1f30
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Sep 28 21:19:13 2019 +0200

    javadoc: This method has no return value
---
 .../apache/jmeter/protocol/http/gui/action/ParseCurlCommandAction.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/gui/action/ParseCurlCommandAction.java b/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/gui/action/ParseCurlCommandAction.java
index 072706a..cc63e9f 100644
--- a/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/gui/action/ParseCurlCommandAction.java
+++ b/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/gui/action/ParseCurlCommandAction.java
@@ -408,7 +408,6 @@ public class ParseCurlCommandAction extends AbstractAction implements MenuCreato
      * Create Authorization manager
      *
      * @param request {@link Request}
-     * @return {@link AuthManager} element
      */
     private void createAuthManager(Request request, AuthManager authManager) {
         Authorization auth = request.getAuthorization();