Skip to content

Commit

Permalink
Fix Checkstyle violations
Browse files Browse the repository at this point in the history
* Make version block for dependencies as code-switcher in the XML, ZeroMQ and Zookeeper docs
  • Loading branch information
artembilan committed Nov 15, 2021
1 parent f5f1c82 commit 3dabf7a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import java.io.IOException;

import javax.xml.parsers.ParserConfigurationException;
import javax.xml.transform.Result;

import org.springframework.messaging.Message;
Expand Down
4 changes: 2 additions & 2 deletions src/reference/asciidoc/xml.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Spring Integration's XML support extends the core of Spring Integration with the
You need to include this dependency into your project:

====
[source, xml, subs="normal", role="primary"]
.Maven
[source, xml, subs="normal"]
----
<dependency>
<groupId>org.springframework.integration</groupId>
Expand All @@ -27,8 +27,8 @@ You need to include this dependency into your project:
</dependency>
----
[source, groovy, subs="normal", role="secondary"]
.Gradle
[source, groovy, subs="normal"]
----
compile "org.springframework.integration:spring-integration-xml:{project-version}"
----
Expand Down
4 changes: 2 additions & 2 deletions src/reference/asciidoc/zeromq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ All components encapsulate ZeroMQ socket lifecycles and manage threads for them
You need to include this dependency into your project:

====
[source, xml, subs="normal", role="primary"]
.Maven
[source, xml, subs="normal"]
----
<dependency>
<groupId>org.springframework.integration</groupId>
Expand All @@ -18,8 +18,8 @@ You need to include this dependency into your project:
</dependency>
----
[source, groovy, subs="normal", role="secondary"]
.Gradle
[source, groovy, subs="normal"]
----
compile "org.springframework.integration:spring-integration-zeromq:{project-version}"
----
Expand Down
4 changes: 2 additions & 2 deletions src/reference/asciidoc/zookeeper.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Version 4.2 added https://zookeeper.apache.org/[Zookeeper] support to the framew
You need to include this dependency into your project:

====
[source, xml, subs="normal", role="primary"]
.Maven
[source, xml, subs="normal"]
----
<dependency>
<groupId>org.springframework.integration</groupId>
Expand All @@ -20,8 +20,8 @@ You need to include this dependency into your project:
</dependency>
----
[source, groovy, subs="normal", role="secondary"]
.Gradle
[source, groovy, subs="normal"]
----
compile "org.springframework.integration:spring-integration-zookeeper:{project-version}"
----
Expand Down

0 comments on commit 3dabf7a

Please sign in to comment.