Skip to content

Commit

Permalink
Update gameoflife-core/src/main/java/com/wakaleo/gameoflife/domain/Ce…
Browse files Browse the repository at this point in the history
…ll.java
  • Loading branch information
VisionMaverick committed May 9, 2012
1 parent 3cbc3c3 commit c97a9ec
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 c97a9ec

Please sign in to comment.