From 98d3601b1e5cceebc4b4a00479633e9addda7459 Mon Sep 17 00:00:00 2001 From: Soumik Sarker Date: Sun, 18 Jan 2026 01:28:23 +0600 Subject: [PATCH] docs: Formatted spacing and updated documentation (#3290) * Refactored redundant spacing in pom.xml * Updated documentation of remove subscriber in publish-subscribe model --- pom.xml | 6 +++--- .../java/com/iluwatar/publish/subscribe/model/Topic.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8337c9796..e91832d03 100644 --- a/pom.xml +++ b/pom.xml @@ -231,7 +231,7 @@ table-module template-method templateview - thread-pool-executor + thread-pool-executor throttling tolerant-reader trampoline @@ -244,8 +244,8 @@ version-number virtual-proxy visitor - backpressure - actor-model + backpressure + actor-model diff --git a/publish-subscribe/src/main/java/com/iluwatar/publish/subscribe/model/Topic.java b/publish-subscribe/src/main/java/com/iluwatar/publish/subscribe/model/Topic.java index 4c421afe7..2011f096a 100644 --- a/publish-subscribe/src/main/java/com/iluwatar/publish/subscribe/model/Topic.java +++ b/publish-subscribe/src/main/java/com/iluwatar/publish/subscribe/model/Topic.java @@ -51,7 +51,7 @@ public class Topic { } /** - * Remove a subscriber to the list of subscribers. + * Remove a subscriber from the list of subscribers. * * @param subscriber subscriber to remove */