jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

fix(Jmeter): fix a wrong method name

Open linvaux opened this issue 1 year ago • 0 comments

update org.apache.jmeter.JMeter#startUdpDdaemon to org.apache.jmeter.JMeter#startUdpDaemon

Closes 6325

Description

fix issue : https://github.com/apache/jmeter/issues/6325

Motivation and Context

When i read jmeter source code, i find this method name looks like is misspelled , so i create a issue and try to fix it

How Has This Been Tested?

org.apache.jmeter.JMeter#startUdpDdaemon is a private static Method, so i could change it.

Screenshots (if appropriate):

Types of changes

BugFix

Checklist:

  • Run ./gradlew check

linvaux avatar Aug 11 '24 05:08 linvaux