Skip to content

Commit 7c9a527

Browse files
committed
Polish Javadoc.
1 parent fb19242 commit 7c9a527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-data-rest-core/src/main/java/org/springframework/data/rest/core/config/RepositoryRestConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public boolean returnBodyOnDelete(String acceptHeader) {
390390
/**
391391
* Set whether to return a response body after deleting an entity.
392392
*
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
394394
* {@code Accept} header in the request.
395395
* @return {@literal this}
396396
* @since 4.1

0 commit comments

Comments
 (0)