Skip to content

Commit 36fd33a

Browse files
committed
HOTFIX: fix broken :streams:javadocs target
1 parent bcc58b4 commit 36fd33a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

streams/src/main/java/org/apache/kafka/streams/kstream/BranchedKStream.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
*
4242
* <h6>Rules of forming the resulting {@link Map}</h6>
4343
*
44-
* The keys of the {@link Map Map<String, KStream<K, V>>} entries returned by {@link #defaultBranch(Branched)} or
45-
* {@link #noDefaultBranch()} are defined by the following rules:
44+
* The keys of the {@link Map Map&lt;String, KStream&lt;K, V&gt;&gt;} entries returned by
45+
* {@link #defaultBranch(Branched)} or {@link #noDefaultBranch()} are defined by the following rules:
4646
* <ul>
4747
* <li>If {@link Named} parameter was provided for {@link KStream#split(Named)}, its value is used as a prefix for each key.
4848
* By default, no prefix is used.</li>
@@ -53,7 +53,7 @@
5353
* <li>If a name is not provided for the {@link #defaultBranch()}, then the key defaults to {@code prefix + "0"}.</li>
5454
* </ul>
5555
*
56-
* The values of the respective {@link Map Map<Stream, KStream<K, V>>} entries are formed as following:
56+
* The values of the respective {@link Map Map&lt;Stream, KStream&lt;K, V&gt;&gt;} entries are formed as following:
5757
* <ul>
5858
* <li>If no {@link java.util.function.Function chain function} or {@link java.util.function.Consumer consumer} is
5959
* provided in {@link #branch(Predicate, Branched)} via the {@link Branched} parameter,

0 commit comments

Comments
 (0)