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-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/RepositoryRestHandlerMapping.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -266,14 +266,14 @@ public String resolveStringValue(String value) {
Copy file name to clipboardExpand all lines: spring-data-rest-webmvc/src/test/java/org/springframework/data/rest/webmvc/RepositoryRestHandlerMappingUnitTests.java
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
43
43
/**
44
44
* Unit tests for {@link RepositoryRestHandlerMapping}.
45
-
*
45
+
*
46
46
* @author Oliver Gierke
47
47
* @author Greg Turnquist
48
48
*/
@@ -212,4 +212,10 @@ public void rejectsUnexpandedUriTemplateWithNotFound() throws Exception {
0 commit comments