ymaheshwari1 opened a new pull request #77:
URL: https://github.com/apache/roller/pull/77


   Java 7 introduced the diamond operator (<>) to reduce the verbosity of 
generics code. For instance, instead of having to declare a List's type in both 
its declaration and its constructor, you can now simplify the constructor 
declaration with <>, and the compiler will infer the type.
   
   Issue found using Sonar Cube.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to