Benjamin Leon
Results
1
comments of
Benjamin Leon
I had got a similar NullPointerException with ingredients. But I think it throws such exception because jdbc.update() in method saveTacoInfo() didn't update the KeyHolder. ``` private long saveTacoInfo(Taco taco) {...