elharo opened a new pull request, #396:
URL: https://github.com/apache/maven-help-plugin/pull/396

   Fixes #392
   
   Replace the raw `List` / `ArrayList` (masked by 
`@SuppressWarnings({rawtypes, unchecked})`) with a properly parameterized 
`List<String>` populated via an explicit typed loop. `Collections.sort` is now 
also type-safe.


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

Reply via email to