This is an automated email from the ASF dual-hosted git repository. timoninmaxim pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push: new d2b27b1437d IGNITE-26268 Fix javadoc self-link warning in CdcEvent#partition() (#12346) d2b27b1437d is described below commit d2b27b1437ddf7ca2a9ed3ac15194b7ba2f74be3 Author: Kirill Anisimov <159605360+animov...@users.noreply.github.com> AuthorDate: Mon Sep 15 02:43:13 2025 +0700 IGNITE-26268 Fix javadoc self-link warning in CdcEvent#partition() (#12346) --- modules/core/src/main/java/org/apache/ignite/cdc/CdcEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/main/java/org/apache/ignite/cdc/CdcEvent.java b/modules/core/src/main/java/org/apache/ignite/cdc/CdcEvent.java index 29d628c421d..5937cae7749 100644 --- a/modules/core/src/main/java/org/apache/ignite/cdc/CdcEvent.java +++ b/modules/core/src/main/java/org/apache/ignite/cdc/CdcEvent.java @@ -52,7 +52,7 @@ public interface CdcEvent extends Serializable { /** * Ignite split dataset into smaller chunks to distribute them across the cluster. - * {@link CdcConsumer} implementations can use {@link #partition()} to split changes processing + * {@link CdcConsumer} implementations can use {@code #partition()} to split changes processing * in the same way as it done for the cache. * * @return Partition number.