Skip to content

Commit

Permalink
Reword doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrykuzmin committed Aug 28, 2020
1 parent c7a3574 commit 9366fe5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ public final class CommandBus
* An observer which processes the {@linkplain io.spine.base.ThrowableMessage rejections}
* thrown by the bus {@linkplain BusFilter filters}.
*
* <p>Is NO-OP at bus creation. Once an {@link EventBus} is
* <p>When the bus is first created, this observer does nothing. Once an {@link EventBus} is
* {@linkplain #initObservers(EventBus) injected} into this command bus instance, the observer
* will start publishing the rejections to the said event bus.
*
* <p>Can stay NO-OP in test environment for the simplicity of tests.
* <p>This observer can stay NO-OP in test environment for the simplicity of tests.
*/
private StreamObserver<Ack> immediateRejectionObserver = noOpObserver();

Expand Down

0 comments on commit 9366fe5

Please sign in to comment.