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 f6444dd commit 698fa37Copy full SHA for 698fa37
example/PaymentDao.java
@@ -13,6 +13,7 @@ public PaymentDao(Session session) {
13
*
14
* @param payment the {@link Payment} to save
15
* @throws HibernateException if an error occurs while saving the payment
16
+ * @throws IllegalArgumentException if payment is null
17
*/
18
public void save(Payment payment) {
19
if(payment == null) {
0 commit comments