Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed May 12, 2019
1 parent ce19726 commit 35052c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/docs/asciidoc/tcp-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ By default, the `TCP` client is configured with the following options:
[source,java,indent=0]
./../../main/java/reactor/netty/tcp/TcpClient.java
----
include::{sourcedir}/reactor/netty/tcp/TcpClient.java[lines=573..581]
include::{sourcedir}/reactor/netty/tcp/TcpClient.java[lines=572..574]
----
====

Expand Down Expand Up @@ -316,7 +316,7 @@ The following listing shows the default configuration for the Event Loop Group:
[source,java,indent=0]
./../../main/java/reactor/netty/ReactorNetty.java
----
include::{sourcedir}/reactor/netty/ReactorNetty.java[lines=691..711]
include::{sourcedir}/reactor/netty/ReactorNetty.java[lines=72..92]
----
====

Expand Down
4 changes: 2 additions & 2 deletions src/docs/asciidoc/tcp-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ By default, the `TCP` server is configured with the following options:
[source,java,indent=0]
./../../main/java/reactor/netty/tcp/TcpServerBind.java
----
include::{sourcedir}/reactor/netty/tcp/TcpServerBind.java[lines=126..133]
include::{sourcedir}/reactor/netty/tcp/TcpServerBind.java[lines=124..130]
----
====

Expand Down Expand Up @@ -304,7 +304,7 @@ The default configuration for the `Event Loop Group` is the following:
[source,java,indent=0]
./../../main/java/reactor/netty/ReactorNetty.java
----
include::{sourcedir}/reactor/netty/ReactorNetty.java[lines=691..711]
include::{sourcedir}/reactor/netty/ReactorNetty.java[lines=72..92]
----
====

Expand Down
4 changes: 2 additions & 2 deletions src/docs/asciidoc/udp-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ By default, the `UDP` client is configured with the following options:
[source,java,indent=0]
./../../main/java/reactor/netty/udp/UdpClient.java
----
include::{sourcedir}/reactor/netty/udp/UdpClient.java[lines=430..436]
include::{sourcedir}/reactor/netty/udp/UdpClient.java[lines=429..431]
----
====

Expand Down Expand Up @@ -324,7 +324,7 @@ The following listing shows the default configuration for the "`Event Loop Group
[source,java,indent=0]
./../../main/java/reactor/netty/ReactorNetty.java
----
include::{sourcedir}/reactor/netty/ReactorNetty.java[lines=691..711]
include::{sourcedir}/reactor/netty/ReactorNetty.java[lines=72..92]
----
====

Expand Down
4 changes: 2 additions & 2 deletions src/docs/asciidoc/udp-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ By default, the `UDP` server is configured with the following options:
[source,java,indent=0]
./../../main/java/reactor/netty/udp/UdpServer.java
----
include::{sourcedir}/reactor/netty/udp/UdpServer.java[lines=430..436]
include::{sourcedir}/reactor/netty/udp/UdpServer.java[lines=429..431]
----
====

Expand Down Expand Up @@ -359,7 +359,7 @@ The default configuration for the "`Event Loop Group`" is the following:
[source,java,indent=0]
./../../main/java/reactor/netty/ReactorNetty.java
----
include::{sourcedir}/reactor/netty/ReactorNetty.java[lines=691..711]
include::{sourcedir}/reactor/netty/ReactorNetty.java[lines=72..92]
----
====

Expand Down

0 comments on commit 35052c7

Please sign in to comment.