From 0c62f427540acd9ecf5a8344f964ee7e98bd44b9 Mon Sep 17 00:00:00 2001 From: Remy PORTET Date: Fri, 31 May 2024 17:30:14 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'ne=20pas=20effacer?= =?UTF-8?q?=20svp=20je=20test=20la'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ne-pas-effacer-svp-je-test-la.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ne-pas-effacer-svp-je-test-la.md b/ne-pas-effacer-svp-je-test-la.md index db0ef7c..ff6b162 100644 --- a/ne-pas-effacer-svp-je-test-la.md +++ b/ne-pas-effacer-svp-je-test-la.md @@ -20,7 +20,7 @@ package "Qwirkle" { interface IGamePersistence interface ILeaderboardPersistence class GamePersistencejson - class Leaderboardjson + class LeaderboardPersistencejson } IPlayer ..|> Game @@ -33,6 +33,6 @@ package "Qwirkle" { IGamePersistence ..> Game : <> ILeaderboardPersistence ..> Leaderboard : <> IGamePersistence ..|> GamePersistencejson - ILeaderboardPersistence ..|> Leaderboardjson + ILeaderboardPersistence ..|> LeaderboardPersistencejson } @enduml \ No newline at end of file