Skip to content

Commit

Permalink
Clean code for more "Unwanted changes"
Browse files Browse the repository at this point in the history
  • Loading branch information
3dgiordano committed Jan 22, 2025
1 parent 1bb949a commit 7a7549c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import org.apache.jmeter.testelement.property.CollectionProperty;
import org.apache.jmeter.testelement.property.StringProperty;
import org.apache.jmeter.threads.ListenerNotifier;
import org.apache.jmeter.util.JMeterUtils;
import org.apache.jorphan.collections.ListedHashTree;
import org.slf4j.LoggerFactory;
import org.slf4j.Logger;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ public void scheduleThread(JMeterThread thread, long now) {
public Map<JMeterThread, Thread> getAllThreads() {
return this.allThreads;
}

}

0 comments on commit 7a7549c

Please sign in to comment.