SERG-Delft / jpacman-framework

Pacman-inspired game, for teaching testing purposes.
126 stars 253 forks source link

Fix Javadoc of Ground class #111

Closed casperboone closed 7 years ago

casperboone commented 7 years ago

Currently, the Ground class is incorrectly described as a wall in the Javadoc. This PR changes this to ground square to reflect the actual square type of the class.