Skip to content

Commit 2ffc89c

Browse files
committed
grammar fix in jdoc
1 parent 9197bbd commit 2ffc89c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hibernate-core/src/main/java/org/hibernate/StatelessSession.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
* Certain rules applying to stateful sessions are relaxed in a stateless
5555
* session:
5656
* <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
57+
* <li>it's not necessary to discard a stateless session and its entities
58+
* after an exception is thrown by the stateless session, and
5959
* <li>when an exception is thrown by a stateless session, the current
6060
* transaction is not automatically marked for rollback.
6161
* </ul>

0 commit comments

Comments
 (0)