garydgregory commented on code in PR #672:
URL:
https://github.com/apache/commons-collections/pull/672#discussion_r2963083459
##########
src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java:
##########
@@ -437,6 +437,160 @@ void testPrefixMapSizes2() {
assertTrue(trie.prefixMap(prefixString).containsKey(longerString));
}
+ @Test
Review Comment:
Hello @griffinjm
This class is not advertised as thread-safe so we don't need to further
complicate the code with multi-threaded testing.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]