Skip to content

Commit

Permalink
Remove trailing space.
Browse files Browse the repository at this point in the history
Change-Id: I64b87adade2fe1dfd7dbc910e334f81a8dfd7476
Partial-Bug: #1794052
  • Loading branch information
bpankowski committed Dec 7, 2018
1 parent 238c6b1 commit e2bf25f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion upstream/rpm/specs/zookeeper/zookeeper.spec
Expand Up @@ -105,11 +105,13 @@ BuildRequires: gcc

%description -n libzookeeper
The client supports two types of APIs -- synchronous and asynchronous.

Asynchronous API provides non-blocking operations with completion callbacks and
relies on the application to implement event multiplexing on its behalf.

On the other hand, Synchronous API provides a blocking flavor of
zookeeper operations and runs its own event loop in a separate thread.

Sync and Async APIs can be mixed and matched within the same application.

%files -n libzookeeper
Expand Down

0 comments on commit e2bf25f

Please sign in to comment.