aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/fr/umlv/java/wallj/board/BoardConverter.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/fr/umlv/java/wallj/board/BoardConverter.java')
-rw-r--r--src/main/java/fr/umlv/java/wallj/board/BoardConverter.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/fr/umlv/java/wallj/board/BoardConverter.java b/src/main/java/fr/umlv/java/wallj/board/BoardConverter.java
index 84feb41..53f11c0 100644
--- a/src/main/java/fr/umlv/java/wallj/board/BoardConverter.java
+++ b/src/main/java/fr/umlv/java/wallj/board/BoardConverter.java
@@ -14,6 +14,7 @@ public final class BoardConverter {
14 } 14 }
15 15
16 /** 16 /**
17 * Converts a list of Blocks to a Board
17 * @param blocks the list of blocks to convert in a board 18 * @param blocks the list of blocks to convert in a board
18 * @return the converted board 19 * @return the converted board
19 */ 20 */
@@ -29,6 +30,7 @@ public final class BoardConverter {
29 } 30 }
30 31
31 /** 32 /**
33 * Converts a Board to a list of Blocks
32 * @param board the board to convert into a list of blocks 34 * @param board the board to convert into a list of blocks
33 * @return the list of blocks converted 35 * @return the list of blocks converted
34 */ 36 */