I'm looking at a path finding tutorial here.
Working in integrating the code into my game, and i noticed a return; line inside a void method. The class is PathTest on the website, line 130.
I'm a novice at Java. Can anyone tell me why it's there? As far as I knew, return inside a void method isn't allowed.