This is an automated email from the ASF dual-hosted git repository.

mpochatkin pushed a commit to branch test_build
in repository https://gitbox.apache.org/repos/asf/ignite-3.git

commit 71c47fd64dda99cd6e28c515a163ea5f04a29528
Author: Pochatkin Mikhail <[email protected]>
AuthorDate: Fri Nov 7 12:43:10 2025 +0300

    wip
---
 modules/api/src/main/java/org/apache/ignite/Ignite.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/api/src/main/java/org/apache/ignite/Ignite.java 
b/modules/api/src/main/java/org/apache/ignite/Ignite.java
index a2b667c42fd..45e7f158f60 100644
--- a/modules/api/src/main/java/org/apache/ignite/Ignite.java
+++ b/modules/api/src/main/java/org/apache/ignite/Ignite.java
@@ -35,7 +35,7 @@ public interface Ignite {
     /**
      * Returns the unique name (consistent ID) of the Ignite node in the 
cluster.
      *
-     * @return Unique Ignite node name in the cluster.
+     * @return Unique Ignite node name in the cluster.1
      */
     String name();
 

Reply via email to