aboutsummaryrefslogtreecommitdiff
path: root/src/ch/epfl/xblast/SubCell.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/xblast/SubCell.java')
-rw-r--r--src/ch/epfl/xblast/SubCell.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ch/epfl/xblast/SubCell.java b/src/ch/epfl/xblast/SubCell.java
index 9585fd2..51cbbb4 100644
--- a/src/ch/epfl/xblast/SubCell.java
+++ b/src/ch/epfl/xblast/SubCell.java
@@ -27,6 +27,7 @@ public final class SubCell {
27 * The height of the board (total of sub-rows). 27 * The height of the board (total of sub-rows).
28 */ 28 */
29 private static final int SUB_ROWS = SUB_ROW_DIVISIONS * Cell.ROWS; 29 private static final int SUB_ROWS = SUB_ROW_DIVISIONS * Cell.ROWS;
30
30 /** 31 /**
31 * The coordinates of the SubCell. 32 * The coordinates of the SubCell.
32 */ 33 */
@@ -148,7 +149,7 @@ public final class SubCell {
148 /** 149 /**
149 * Returns a String representation of the coordinates of the SubCell. 150 * Returns a String representation of the coordinates of the SubCell.
150 * 151 *
151 * @return a String representation of the coordinates of the SubCell. 152 * @return a String representation of the coordinates of the SubCell
152 */ 153 */
153 @Override 154 @Override
154 public String toString() { 155 public String toString() {