Skip to content

Commit

Permalink
enhancement(lint): Fix lint errors for projects/GeoGame/Region.java
Browse files Browse the repository at this point in the history
Co-authored-by: NeonGamerBot-QK <[email protected]>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
  • Loading branch information
zeon-neon[bot] and NeonGamerBot-QK authored Dec 18, 2024
1 parent 621f55f commit ba0a54f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/GeoGame/Region.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ public Region(String name, String image) {
this.name = name;
this.image = image;
}

// Write accessor/get methods for each instance variable that returns it.
public String getName() {
return name;
}

public String getImage() {
return image;
}
Expand Down

0 comments on commit ba0a54f

Please sign in to comment.