Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba9d043

Browse files
seateonobc
authored andcommitted
Fix example code in query methods details doc.
Original pull request: #3269 Signed-off-by: KIMSIWOO <sa20207@naver.com>
1 parent ceae0dd commit ba9d043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/main/antora/modules/ROOT/pages/repositories/query-methods-details.adoc

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /