Skip to content

Commit

Permalink
Update Board.java
Browse files Browse the repository at this point in the history
  • Loading branch information
KhushalGupta authored Sep 30, 2020
1 parent cf5db1e commit a9b9a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Board.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

public class Board {

final int width;
final int height;
private final int width;
private final int height;

private List<Droid> droids = new ArrayList<Droid>();

Expand Down

0 comments on commit a9b9a77

Please sign in to comment.