DATACMNS-1510 - Fix phrasing in Javadoc of @Param.

Original pull request: #389.
This commit is contained in:
David Schneider
2019-04-05 21:42:29 +02:00
committed by Oliver Drotbohm
parent 6395371553
commit dfc86c347e

View File

@@ -22,8 +22,8 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Annotation to bind let method parameters be bound to a query via a named parameter.
*
* Annotation to bind method parameters to a query via a named parameter.
*
* @author Oliver Gierke
*/
@Target(ElementType.PARAMETER)