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 a2380ee commit 90e10e4Copy full SHA for 90e10e4
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