You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/HandlerMethodArgumentResolverComposite.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2017 the original author or authors.
2
+
* Copyright 2002-2018 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -105,7 +105,7 @@ public boolean supportsParameter(MethodParameter parameter) {
105
105
106
106
/**
107
107
* Iterate over registered {@link HandlerMethodArgumentResolver}s and invoke the one that supports it.
108
-
* @exception IllegalStateException if no suitable {@link HandlerMethodArgumentResolver} is found.
108
+
* @throws IllegalStateException if no suitable {@link HandlerMethodArgumentResolver} is found.
Copy file name to clipboardExpand all lines: spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/InvocableHandlerMethod.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2017 the original author or authors.
2
+
* Copyright 2002-2018 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -101,7 +101,7 @@ public void setParameterNameDiscoverer(ParameterNameDiscoverer parameterNameDisc
101
101
* @param message the current message being processed
102
102
* @param providedArgs "given" arguments matched by type, not resolved
103
103
* @return the raw value returned by the invoked method
104
-
* @exception Exception raised if no suitable argument resolver can be found,
104
+
* @throws Exception raised if no suitable argument resolver can be found,
Copy file name to clipboardExpand all lines: spring-web/src/main/java/org/springframework/web/method/annotation/AbstractWebArgumentResolverAdapter.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2017 the original author or authors.
2
+
* Copyright 2002-2018 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -88,7 +88,7 @@ public boolean supportsParameter(MethodParameter parameter) {
88
88
89
89
/**
90
90
* Delegate to the {@link WebArgumentResolver} instance.
91
-
* @exception IllegalStateException if the resolved value is not assignable
91
+
* @throws IllegalStateException if the resolved value is not assignable
0 commit comments