mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
Polishing (collapsed if checks, consistent downcasts, refined javadoc)
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ public class MockRestRequestMatchersTests {
|
||||
MockRestRequestMatchers.requestTo("http://foo.com/bar").match(this.request);
|
||||
}
|
||||
|
||||
@Test // SPR-15819
|
||||
@Test // SPR-15819
|
||||
public void requestToUriTemplate() throws Exception {
|
||||
this.request.setURI(new URI("http://foo.com/bar"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user