Skip to content

Commit ce1a449

Browse files
AlphaDioodrotbohm
authored andcommitted
DATAJPA-1502 - Fixed typo in reference docs on Specifications.
Montary -> Monetary. Original pull request: #306.
1 parent 7ba3d1d commit ce1a449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/jpa.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ public class CustomerSpecs {
722722
};
723723
}
724724
725-
public static Specification<Customer> hasSalesOfMoreThan(MontaryAmount value) {
725+
public static Specification<Customer> hasSalesOfMoreThan(MonetaryAmount value) {
726726
return new Specification<Customer>() {
727727
public Predicate toPredicate(Root<T> root, CriteriaQuery<?> query,
728728
CriteriaBuilder builder) {

0 commit comments

Comments
 (0)