vlsi commented on a change in pull request #632:
URL: https://github.com/apache/jmeter/pull/632#discussion_r507163801
##########
File path: src/jorphan/src/main/java/org/apache/log/ContextMap.java
##########
@@ -53,7 +54,7 @@
private final ContextMap m_parent;
///Container to hold map of elements
- private Hashtable m_map = new Hashtable();
+ private HashMap<String, Object> m_map = new HashMap<>();
Review comment:
On the other hand, I should probably just suppress all the warnings for
the class.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]