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-webmvc/src/main/java/org/springframework/web/servlet/mvc/condition/RequestMethodsRequestCondition.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,6 @@ public RequestMethodsRequestCondition combine(RequestMethodsRequestCondition oth
89
89
/**
90
90
* Check if any of the HTTP request methods match the given request and
91
91
* return an instance that contains the matching HTTP request method only.
92
-
*
93
92
* @param request the current request
94
93
* @return the same instance if the condition is empty, a new condition with
95
94
* the matched request method, or {@code null} if no request methods match
0 commit comments