DATAJPA-1502 - Fixed typo in reference docs on Specifications.
Montary -> Monetary. Original pull request: #306.
This commit is contained in:
committed by
Oliver Drotbohm
parent
7ba3d1d3a9
commit
ce1a449e88
@@ -722,7 +722,7 @@ public class CustomerSpecs {
|
||||
};
|
||||
}
|
||||
|
||||
public static Specification<Customer> hasSalesOfMoreThan(MontaryAmount value) {
|
||||
public static Specification<Customer> hasSalesOfMoreThan(MonetaryAmount value) {
|
||||
return new Specification<Customer>() {
|
||||
public Predicate toPredicate(Root<T> root, CriteriaQuery<?> query,
|
||||
CriteriaBuilder builder) {
|
||||
|
||||
Reference in New Issue
Block a user