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 9197bbd commit 2ffc89cCopy full SHA for 2ffc89c
hibernate-core/src/main/java/org/hibernate/StatelessSession.java
@@ -54,8 +54,8 @@
54
* Certain rules applying to stateful sessions are relaxed in a stateless
55
* session:
56
* <ul>
57
- * <li>it is not necessary to discard a session and its entities after an
58
- * exception is thrown by a stateless sessions, and
+ * <li>it's not necessary to discard a stateless session and its entities
+ * after an exception is thrown by the stateless session, and
59
* <li>when an exception is thrown by a stateless session, the current
60
* transaction is not automatically marked for rollback.
61
* </ul>
0 commit comments