Consistent handling of null array for arguments
Issue: SPR-16075
This commit is contained in:
@@ -51,7 +51,7 @@ public class MethodInvoker {
|
||||
private String staticMethod;
|
||||
|
||||
@Nullable
|
||||
private Object[] arguments = new Object[0];
|
||||
private Object[] arguments;
|
||||
|
||||
/** The method we will call */
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user