From 47966451eb0b9e59d54e16182ec500747a030d50 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Wed, 20 Feb 2019 11:26:16 +0100 Subject: [PATCH] DATACMNS-1482 - Polishing. Fixed some wrong JavaDoc. --- .../repository/core/support/QueryExecutionResultHandler.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/springframework/data/repository/core/support/QueryExecutionResultHandler.java b/src/main/java/org/springframework/data/repository/core/support/QueryExecutionResultHandler.java index 5e2667bfd..2aa757cad 100644 --- a/src/main/java/org/springframework/data/repository/core/support/QueryExecutionResultHandler.java +++ b/src/main/java/org/springframework/data/repository/core/support/QueryExecutionResultHandler.java @@ -58,7 +58,7 @@ class QueryExecutionResultHandler { * Post-processes the given result of a query invocation to match the return type of the given method. * * @param result can be {@literal null}. - * @param metho must not be {@literal null}. + * @param method must not be {@literal null}. * @return */ @Nullable @@ -74,7 +74,8 @@ class QueryExecutionResultHandler { * Post-processes the given result of a query invocation to the given type. * * @param result can be {@literal null}. - * @param returnTypeDescriptor can be {@literal null}, if so, no conversion is performed. + * @param nestingLevel + * @param parameter must not be {@literal null}. * @return */ @Nullable