Commit 261264ce authored by igor-suhorukov's avatar igor-suhorukov Committed by Andy Wilkinson

Follow project convention for lambda expression

Closes gh-12527
parent 78571f50
......@@ -817,7 +817,7 @@ public class WebMvcAutoConfigurationTests {
ContentNegotiationManager manager = context
.getBean(ContentNegotiationManager.class);
assertThat(manager.getStrategies()).anyMatch(
strategy -> WebMvcAutoConfiguration.OptionalPathExtensionContentNegotiationStrategy.class
(strategy) -> WebMvcAutoConfiguration.OptionalPathExtensionContentNegotiationStrategy.class
.isAssignableFrom(strategy.getClass()));
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment