Skip to content

Commit

Permalink
conflict merge test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed Mar 28, 2016
1 parent 1dc0297 commit 298fa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/Player.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class Player {
private ArrayList<Piece> pieces;
private String name;
private String _name;

public Player(String name) {
this.name = name;
Expand Down

0 comments on commit 298fa7d

Please sign in to comment.