Luffy777-max opened a new pull request, #437:
URL: https://github.com/apache/maven-shared-utils/pull/437

   Fix compiler warnings about non-varargs calls to varargs methods with 
inexact argument types.
   
   Changes:
   
       Line 564, 566: Cast null to (String[]) in testIndexOfAny
       Line 804, 806, 808, 810: Convert varargs to explicit String arrays in 
testLastIndexOfAny
       Line 1373, 1377, 1379: Cast null to (String[]) and convert strings to 
String[] in testStripAll1
   
   Fixes https://github.com/apache/maven-shared-utils/issues/431";


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