withaspirit / Elevator-Simulation

Elevator System Simulation project
1 stars 1 forks source link

Bug method #241

Closed julian-carleton closed 2 years ago

julian-carleton commented 2 years ago

This method is causing a compile error. Is it not used anymore?

julian-carleton commented 2 years ago

image

It's essentially that serviceRequest is not imported. But the code still works if I commented the method out, so should we simply import serviceRequest or remove the method all together?

withaspirit commented 2 years ago

Try right clicking it and selecting "import ServiceRequest"

withaspirit commented 2 years ago

I found the issue; Just sec fixed in #242