Add missing @Nullable annotations on parameters

Issue: SPR-15540
This commit is contained in:
Sebastien Deleuze
2017-05-31 12:37:54 +02:00
parent ad2c0f8410
commit b47d713e14
380 changed files with 1085 additions and 732 deletions

View File

@@ -260,7 +260,6 @@ public class ReflectionHelper {
* @return {@code true} if some kind of conversion occurred on an argument
* @throws EvaluationException if a problem occurs during conversion
*/
@Nullable
static boolean convertArguments(TypeConverter converter, Object[] arguments, Executable executable,
@Nullable Integer varargsPosition) throws EvaluationException {