From 597b8d70d1d40dcba366aef009eba96e5f926059 Mon Sep 17 00:00:00 2001
From: PhucVR <59957741+nguyenphuc22@users.noreply.github.com>
Date: Wed, 17 Jan 2024 20:42:50 +0700
Subject: [PATCH] Update
---
.idea/workspace.xml | 16 +++++++++++++---
Writerside/topics/Mediator.md | 3 ---
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 95e6658..3dcb891 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,7 @@
-
-
-
+
@@ -66,6 +64,18 @@
"git-widget-placeholder": "main",
"last_opened_file_path": "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics",
"settings.editor.selected.configurable": "fileTemplates"
+ },
+ "keyToStringList": {
+ "stardust.markdown.MarkdownSplitEditorSuppressor:keyList": [
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Builder.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Chain-Of-Responsibility.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Command.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Creational-Patterns.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Iterator.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Mediator.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Proxy.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Singleton.md"
+ ]
}
}]]>
diff --git a/Writerside/topics/Mediator.md b/Writerside/topics/Mediator.md
index cca7888..4075c43 100644
--- a/Writerside/topics/Mediator.md
+++ b/Writerside/topics/Mediator.md
@@ -227,9 +227,6 @@ classDiagram
}
User "1" <-- "1" Server : mediates
-
- note right of Server: Mediator
- note left of User: Colleague
```
1. **Mediator Interface vĂ Concrete Mediator**: