From 9effc0daf20992d860763ad1f24294a69c52f8ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Etxaniz=20Errazkin=2C=20I=C3=B1aki?= <inaki.etxaniz@tecnalia.com> Date: Tue, 25 Feb 2025 18:08:43 +0100 Subject: [PATCH] puml file (.iuml) that renders in the GitLab.com, not here (25.02.2025) --- included_part.iuml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 included_part.iuml diff --git a/included_part.iuml b/included_part.iuml new file mode 100644 index 0000000..1898eab --- /dev/null +++ b/included_part.iuml @@ -0,0 +1,8 @@ +@startuml + +interface List +List : int size() +List : void clear() +List <|.. ArrayList +@enduml + -- GitLab