You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or else a NullPointerException will be thrown at BeerOrderServiceImpl#placeOrder after execution of the following line:
Which will fail because of an unsuccessful mapping between BeerOrderDto and a BeerOrder.
The text was updated successfully, but these errors were encountered:
Or else a NullPointerException will be thrown at
BeerOrderServiceImpl#placeOrder
after execution of the following line:Which will fail because of an unsuccessful mapping between
BeerOrderDto
and aBeerOrder
.The text was updated successfully, but these errors were encountered: