From be55b8ebb83d709875ac25bba5a49beb851deef2 Mon Sep 17 00:00:00 2001 From: YanchaoMiao <11710204@mail.sustech.edu.cn> Date: Thu, 7 May 2020 04:14:21 +0800 Subject: [PATCH] Update README.md --- component/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/component/README.md b/component/README.md index 024e7455c..d3f39083a 100644 --- a/component/README.md +++ b/component/README.md @@ -12,8 +12,6 @@ tags: > Allow a single entity to span multiple domains without coupling the domains to each other. -## Class diagram -![alt text](./etc/commander.urm.png "Commander class diagram") ## Applicability 1.You want to keep decoupled from each other in a class which contains multiple domains.