cstamas commented on pull request #77:
URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-811791981


   General remark: my personal preference for local variables is to declare 
them as `T variable = new T()`, in cases when the variable is strictly local 
scoped. I really see no value in doing `Map aMap = new HashMap()` when the 
`aMap` is used in local scope only.


-- 
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]


Reply via email to