From 1aec2c7595af37a59ee95b8d0af3f3f00e332967 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sun, 4 Jun 2023 18:18:52 +0200 Subject: [PATCH] =?UTF-8?q?correc=20probl=C3=A8me=20d'affichage=20du=20dia?= =?UTF-8?q?grammme=20partie=20ajout=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index c5e3f45..f8f61ce 100644 --- a/README.md +++ b/README.md @@ -422,7 +422,6 @@ Concernant la persistance de l'application, elle est gérée par la classe XML_S ```plantuml @startuml - hide circle allowmixing skinparam classAttributeIconSize 0 @@ -476,8 +475,6 @@ class ObjetOhara { + string? Image ObjetOhara(string nom, string image) } - - @enduml ```