Fixes to headings

This commit is contained in:
Ilkka Seppälä
2021-06-13 09:49:02 +03:00
parent 26c06d8f7f
commit abc8e0d88a
5 changed files with 10 additions and 13 deletions

View File

@@ -166,7 +166,7 @@ Use Chain of Responsibility when
* You want to issue a request to one of several objects without specifying the receiver explicitly.
* The set of objects that can handle a request should be specified dynamically.
## Real-world examples
## Known uses
* [java.util.logging.Logger#log()](http://docs.oracle.com/javase/8/docs/api/java/util/logging/Logger.html#log%28java.util.logging.Level,%20java.lang.String%29)
* [Apache Commons Chain](https://commons.apache.org/proper/commons-chain/index.html)