Skip to content

Commit 8cbeda4

Browse files
author
Vincent Potucek
committed
wip
1 parent 1168bb4 commit 8cbeda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webmvc/src/test/java/org/springframework/web/servlet/handler/HandlerMethodMappingTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ void getCorsConfigWithBeanNameHandler() throws Exception {
291291

292292
this.mapping.setApplicationContext(context);
293293
this.mapping.registerMapping(key, beanName, this.method1);
294-
HandlerMethod handlerMethod = this.mapping.getHandlerInternal(new MockHttpServletRequest("GET", key));
294+
this.mapping.getHandlerInternal(new MockHttpServletRequest("GET", key));
295295
}
296296

297297
@Test

0 commit comments

Comments
 (0)