We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46945d9 commit d8b3ae7Copy full SHA for d8b3ae7
hibernate-core/src/main/java/org/hibernate/engine/creation/CommonBuilder.java
@@ -66,7 +66,8 @@ public interface CommonBuilder {
66
* {@code Interceptor} associated with the {@link SessionFactory} is
67
* inherited by the new session.
68
* <p>
69
- * Calling {@link #interceptor(Interceptor)} with null has the same effect.
+ * Calling {@link #interceptor(Interceptor) interceptor(null)} has the
70
+ * same effect.
71
*
72
* @return {@code this}, for method chaining
73
*/
0 commit comments