Jimexist commented on code in PR #2670:
URL: https://github.com/apache/thrift/pull/2670#discussion_r975985603
##########
lib/java/src/test/java/org/apache/thrift/server/ServerTestBase.java:
##########
@@ -246,7 +246,7 @@ public Map<Long, Map<Numberz, Insanity>>
testInsanity(Insanity argument) {
first_map.put(Numberz.TWO, argument);
first_map.put(Numberz.THREE, argument);
- Insanity looney = new Insanity();
+ Insanity looney = new Insanity(new HashMap<>(), Arrays.asList());
Review Comment:
would this break if not added?
--
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]