Skip to content

Commit

Permalink
Fixed JavaDoc in UserRepository.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcs authored and odrotbohm committed Jun 25, 2013
1 parent 734a888 commit 0c23cb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public interface UserRepository extends CrudRepository<User, Long>, UserReposito
* 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);
Expand Down

0 comments on commit 0c23cb2

Please sign in to comment.