From 7c9a5275a3ab80698f3ad0ec26c5506ae749c6ad Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 21 Feb 2023 19:01:55 +0100 Subject: [PATCH] Polish Javadoc. --- .../data/rest/core/config/RepositoryRestConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-rest-core/src/main/java/org/springframework/data/rest/core/config/RepositoryRestConfiguration.java b/spring-data-rest-core/src/main/java/org/springframework/data/rest/core/config/RepositoryRestConfiguration.java index 3b54f72c1..644a281af 100644 --- a/spring-data-rest-core/src/main/java/org/springframework/data/rest/core/config/RepositoryRestConfiguration.java +++ b/spring-data-rest-core/src/main/java/org/springframework/data/rest/core/config/RepositoryRestConfiguration.java @@ -390,7 +390,7 @@ public class RepositoryRestConfiguration { /** * Set whether to return a response body after deleting an entity. * - * @param returnBodyOnUpdate can be {@literal null}, expressing the decision shall be derived from the presence of an + * @param returnBodyOnDelete can be {@literal null}, expressing the decision shall be derived from the presence of an * {@code Accept} header in the request. * @return {@literal this} * @since 4.1