From 6abef228943bb56e5245f9db104863653d1371ca Mon Sep 17 00:00:00 2001 From: KIRCHSTH Date: Sun, 21 Feb 2021 17:08:15 +0100 Subject: [PATCH] #124 Remove not working, misleading and unused default values --- C4.puml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4.puml b/C4.puml index 49c6b17..47cf597 100644 --- a/C4.puml +++ b/C4.puml @@ -319,10 +319,10 @@ rectangle "$getBoundary($label, $type)" $toStereos("boundary", $tags) as $alias ' Relationship ' ################################## -!unquoted procedure Rel_($alias1, $alias2, $label, $direction="") +!unquoted procedure Rel_($alias1, $alias2, $label, $direction) $alias1 $direction $alias2 : **$label** !endprocedure -!unquoted procedure Rel_($alias1, $alias2, $label, $techn, $direction="") +!unquoted procedure Rel_($alias1, $alias2, $label, $techn, $direction) $alias1 $direction $alias2 : **$label**\n//[$techn]// !endprocedure