DATACMNS-1510 - Fix phrasing in Javadoc of @Param.
Original pull request: #389.
This commit is contained in:
committed by
Oliver Drotbohm
parent
6395371553
commit
dfc86c347e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user