cforster / theme-park-project

An assignment about theme park queues
0 stars 11 forks source link

fixes #42 checks to make sure Customer is not null #44

Closed PsychicNoodles closed 10 years ago

PsychicNoodles commented 10 years ago

The old code forgot to check to make sure that the Customer being geted from the ride queue was not null, resulting in NullPointerExceptions.