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-core/src/main/java/org/springframework/data/rest/core/config/RepositoryRestConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -390,7 +390,7 @@ public boolean returnBodyOnDelete(String acceptHeader) {
390
390
/**
391
391
* Set whether to return a response body after deleting an entity.
392
392
*
393
-
* @param returnBodyOnUpdate can be {@literal null}, expressing the decision shall be derived from the presence of an
393
+
* @param returnBodyOnDelete can be {@literal null}, expressing the decision shall be derived from the presence of an
0 commit comments