File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-ws-core/src/main/java/org/springframework/ws/server/endpoint Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ assertJVersion=3.25.3
22gradleVersionsPluginVersion =0.52.0
33javaFormatVersion =0.0.47
44junitVersion =5.11.0
5- nullabilityPluginVersion =0.0.5
5+ nullabilityPluginVersion =0.0.6
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ public MethodParameter getReturnType() {
125125 * @return the invocation result
126126 * @throws Exception when the method invocation results in an exception
127127 */
128- public Object invoke (Object ... args ) throws Exception {
128+ public Object invoke (@ Nullable Object ... args ) throws Exception {
129129 Object endpoint = getBean ();
130130 ReflectionUtils .makeAccessible (this .method );
131131 try {
You can’t perform that action at this time.
0 commit comments