mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-04 21:01:21 +08:00
jpa doc Customer entity code invalide "[" token
In Jpa document, Customer entity code has wrong token "[" in "setLastName" method. Replacing "[" to "{" make setLastName method become valid.
This commit is contained in:
parent
8f96f41627
commit
479466ce46
@ -227,7 +227,7 @@ public class Customer {
|
||||
firstName = fn;
|
||||
}
|
||||
|
||||
public void setLastName(String ln)[
|
||||
public void setLastName(String ln) {
|
||||
lastName = ln;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user