timtebeek commented on code in PR #1979:
URL: https://github.com/apache/zookeeper/pull/1979#discussion_r1097586530
##########
zookeeper-server/src/main/java/org/apache/zookeeper/ZooKeeperMain.java:
##########
@@ -207,7 +207,7 @@ public boolean parseOptions(String[] args) {
public boolean parseCommand(String cmdstring) {
Matcher matcher = ARGS_PATTERN.matcher(cmdstring);
- List<String> args = new LinkedList<String>();
+ List<String> args = new LinkedList<>();
Review Comment:
This sounds like another recipe to apply after the diamond operator change.
--
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]