Skip to content

Commit e28bdc8

Browse files
committed
Fix channel-adapter.adoc for incorrect code block
1 parent 3ddaad9 commit e28bdc8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/reference/asciidoc/channel-adapter.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public class SourceService {
5353
}
5454
}
5555
----
56-
====
5756
[source, kotlin, role="secondary"]
5857
.Kotlin DSL
5958
----
@@ -64,8 +63,6 @@ fun messageSourceFlow() =
6463
...
6564
}
6665
----
67-
====
68-
----
6966
[source, xml, role="secondary"]
7067
.XML
7168
----
@@ -157,7 +154,6 @@ public class MyPojo {
157154
158155
}
159156
----
160-
====
161157
[source, kotlin, role="secondary"]
162158
.Kotlin DSL
163159
----
@@ -167,8 +163,6 @@ fun outboundChannelAdapterFlow(myPojo: MyPojo) =
167163
handle(myPojo, "handle")
168164
}
169165
----
170-
====
171-
----
172166
[source, xml, role="secondary"]
173167
.XML
174168
----

0 commit comments

Comments
 (0)