Skip to content

Commit 85a4dc5

Browse files
seateonobc
authored andcommitted
Fix example code in query methods details doc.
Signed-off-by: KIMSIWOO <[email protected]>
1 parent ceae0dd commit 85a4dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/antora/modules/ROOT/pages/repositories/query-methods-details.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ The following example shows how to limit the query size:
533533
.Limiting the result size of a query with `Top` and `First`
534534
[source,java]
535535
----
536-
List<User> findByLastname(Limit limit);
536+
List<User> findByLastname(String lastname, Limit limit);
537537
538538
User findFirstByOrderByLastnameAsc();
539539

0 commit comments

Comments
 (0)