Fixed class diagram path.

This commit is contained in:
Ilkka Seppala 2015-08-31 23:18:55 +03:00
parent 60de01508a
commit 42eeb50bad

View File

@ -11,7 +11,7 @@ tags: Java
more than one object a chance to handle the request. Chain the receiving more than one object a chance to handle the request. Chain the receiving
objects and pass the request along the chain until an object handles it. objects and pass the request along the chain until an object handles it.
![alt text](./chain/etc/chain_1.png "Chain of Responsibility") ![alt text](./etc/chain_1.png "Chain of Responsibility")
**Applicability:** Use Chain of Responsibility when **Applicability:** Use Chain of Responsibility when