Skip to content

Commit 90e10e4

Browse files
committed
tiny jdoc improvement
1 parent a2380ee commit 90e10e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hibernate-core/src/main/java/org/hibernate/engine/creation/CommonBuilder.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ public interface CommonBuilder {
6666
* {@code Interceptor} associated with the {@link SessionFactory} is
6767
* inherited by the new session.
6868
* <p>
69-
* Calling {@link #interceptor(Interceptor)} with null has the same effect.
69+
* Calling {@link #interceptor(Interceptor) interceptor(null)} has the
70+
* same effect.
7071
*
7172
* @return {@code this}, for method chaining
7273
*/

0 commit comments

Comments
 (0)