Skip to content

Commit 698fa37

Browse files
Updated PR base on comments from code review by codemakerai-dev
1 parent f6444dd commit 698fa37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/PaymentDao.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public PaymentDao(Session session) {
1313
*
1414
* @param payment the {@link Payment} to save
1515
* @throws HibernateException if an error occurs while saving the payment
16+
* @throws IllegalArgumentException if payment is null
1617
*/
1718
public void save(Payment payment) {
1819
if(payment == null) {

0 commit comments

Comments
 (0)