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

mpetrov 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 a7f83d14ad3 IGNITE-23311 Fix JavaSoc for IgniteUtils#hexInt (#11993)
a7f83d14ad3 is described below

commit a7f83d14ad3a8e9affc59bbe04e60988934ce544
Author: Didar Shayarov <75740594+w3ll1...@users.noreply.github.com>
AuthorDate: Mon Apr 14 11:19:06 2025 +0300

    IGNITE-23311 Fix JavaSoc for IgniteUtils#hexInt (#11993)
---
 .../core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java 
b/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java
index c82d28181c2..6e39b6c40d4 100755
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java
@@ -2270,7 +2270,7 @@ public abstract class IgniteUtils extends CommonUtils {
     }
 
     /**
-     * Gets a hex string representation of the given long value.
+     * Gets a hex string representation of the given int value.
      *
      * @param val Value to convert to string.
      * @return Hex string.

Reply via email to