Skip to content

Commit

Permalink
Merge pull request wakaleo#7 from virendray/patch-1
Browse files Browse the repository at this point in the history
Update gameoflife-core/src/main/java/com/wakaleo/gameoflife/domain/Cell....
  • Loading branch information
wakaleo committed Mar 5, 2013
2 parents 4c76873 + c97a9ec commit f9e7ba5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.wakaleo.gameoflife.domain;

public enum Cell {
LIVE_CELL("*"), DEAD_CELL(".");
LIVE_CELL("+"), DEAD_CELL(".");

private String symbol;

Expand Down

0 comments on commit f9e7ba5

Please sign in to comment.