jmeter
jmeter copied to clipboard
fix(Jmeter): fix a wrong method name
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