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 551339a0fce6bb84d72982772951f11ba3a8a5a1 Author: Felix Schumacher <[email protected]> AuthorDate: Fri Jan 15 18:38:23 2021 +0100 Remove left-over constant that is not used anymore. Cleanup after commit f045cf5e1604c68b7d43986fe9bd82a102fa2b76 Bugzilla Id: 65024 --- .../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 d601618..1979a61 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 @@ -123,7 +123,6 @@ public class ParseCurlCommandAction extends AbstractAction implements MenuCreato private static final Set<String> commands = new HashSet<>(); public static final String IMPORT_CURL = "import_curl"; private static final String CREATE_REQUEST = "CREATE_REQUEST"; - private static final String TYPE_FORM = ";type="; private static final String CERT = "cert"; private Logger log = LoggerFactory.getLogger(getClass()); /** A panel allowing results to be saved. */
