#547 - Fixes Javadoc typo.

Original pull request: #547.
This commit is contained in:
Kovács, Péter
2019-12-03 17:14:37 +01:00
committed by Jens Schauder
parent 3663ad3ea8
commit 950bcf04d8

View File

@@ -38,7 +38,7 @@ public interface SimpleUserRepository extends CrudRepository<User, Long> {
* Find the user with the given username. This method will be translated into a query using the
* {@link javax.persistence.NamedQuery} annotation at the {@link User} class.
*
* @param lastname
* @param username
* @return
*/
User findByTheUsersName(String username);