you can have a return in a void method you just cant have it return anything

return; works

return anythingHere; shouldnt