8000 docs: fix poison pill yaml · yifzhang/java-design-patterns@aa2b190 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa2b190

Browse files
committed
docs: fix poison pill yaml
1 parent f9946de commit aa2b190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poison-pill/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Poison Pill Pattern in Java: Gracefully Terminating Multithreaded Processes"
33
shortTitle: Poison Pill
4-
description: "Explore the Poison As an alternative to "Poison Pill" design pattern in Java, used for gracefully shutting down multi-threaded applications. Understand its intent, applicability, and see a real-world example. Perfect for developers looking to enhance concurrency and messaging systems."
4+
description: "Explore the Poison Pill design pattern in Java, used for gracefully shutting down multi-threaded applications. Understand its intent, applicability, and see a real-world example. Perfect for developers looking to enhance concurrency and messaging systems."
55
category: Concurrency
66
language: en
77
tag:

0 commit comments

Comments
 (0)
0