diff --git a/mobile/src/main/java/ch/epfl/sdp/mobile/application/chess/engine/implementation/PersistentBoard.kt b/mobile/src/main/java/ch/epfl/sdp/mobile/application/chess/engine/implementation/PersistentBoard.kt index ae7e6b337..fde446094 100644 --- a/mobile/src/main/java/ch/epfl/sdp/mobile/application/chess/engine/implementation/PersistentBoard.kt +++ b/mobile/src/main/java/ch/epfl/sdp/mobile/application/chess/engine/implementation/PersistentBoard.kt @@ -47,6 +47,7 @@ fun buildBoard( * An implementation of a [Board] which is backed by a persistent collection. * * @param Piece the type of the pieces contained in this board. + * @param cells the map of the positions and their pieces. */ private data class PersistentBoard constructor(