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 2b6682d3b1
commit a8e90b1932

View File

@@ -22,7 +22,7 @@ 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
*/