Skip to content

Commit f197500

Browse files
committed
fix typo in jdoc
1 parent 95d8fe9 commit f197500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hibernate-core/src/main/java/org/hibernate/query/criteria/HibernateCriteriaBuilder.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
/**
4848
* A JPA {@link CriteriaBuilder} is a source of objects which may be composed
4949
* to express a criteria query. The JPA-standard API defines all the operations
50-
* needed express any query written in standard JPQL. This interface extends
51-
* {@code CriteriaBuilder}, adding operations needed to express features of
52-
* HQL which are not available in standard JPQL. For example:
50+
* needed to express any query written in standard JPQL. This interface extends
51+
* {@code CriteriaBuilder}, adding operations needed to express features of HQL
52+
* which are not available in standard JPQL. For example:
5353
* <ul>
5454
* <li>JPQL does not have a {@code format()} function, so
5555
* {@link #format(Expression, String)} is declared here, and

0 commit comments

Comments
 (0)