Skip to content

Commit 0c23cb2

Browse files
mcsodrotbohm
authored andcommitted
Fixed JavaDoc in UserRepository.
1 parent 734a888 commit 0c23cb2

File tree

1 file changed

+1
-1
lines changed
  • spring-data-jpa-example/src/main/java/org/springframework/data/jpa/example/repository

1 file changed

+1
-1
lines changed

spring-data-jpa-example/src/main/java/org/springframework/data/jpa/example/repository/UserRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public interface UserRepository extends CrudRepository<User, Long>, UserReposito
1919
* Find the user with the given username. This method will be translated into a query using the
2020
* {@link javax.persistence.NamedQuery} annotation at the {@link User} class.
2121
*
22-
* @param lastname
22+
* @param username
2323
* @return
2424
*/
2525
User findByTheUsersName(String username);

0 commit comments

Comments
 (0)