mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
fix minor typo
This commit is contained in:
parent
e073e4e966
commit
d8fb935ae0
@ -224,8 +224,8 @@ List<BookSummary> results =
|
|||||||
BookSummary.class)
|
BookSummary.class)
|
||||||
.getResultList();
|
.getResultList();
|
||||||
for (var result : results) {
|
for (var result : results) {
|
||||||
String title = result.title();
|
String title = result.title();
|
||||||
String preamble = resukt.summary();
|
String preamble = result.summary();
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user