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

nizhikov 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 7ab0f6e8c4d [MINOR] Fix javadoc (#13388)
7ab0f6e8c4d is described below

commit 7ab0f6e8c4d1bd8143160a214d8829e0708567f5
Author: Nikolay <[email protected]>
AuthorDate: Tue Jul 21 13:14:01 2026 +0300

    [MINOR] Fix javadoc (#13388)
---
 modules/core/src/main/java/org/apache/ignite/internal/IgnitionEx.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/IgnitionEx.java 
b/modules/core/src/main/java/org/apache/ignite/internal/IgnitionEx.java
index 7cb7de2dde7..a596455dfe8 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/IgnitionEx.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/IgnitionEx.java
@@ -780,10 +780,10 @@ public class IgnitionEx {
      * @param springCfgPath Spring XML configuration file path or URL. This 
cannot be {@code null}.
      * @param igniteInstanceName Ignite instance name that will override 
default.
      * @param springCtx Optional Spring application context, possibly {@code 
null}.
-     * @param ldr Optional class loader that will be used by default.
      *      Spring bean definitions for bean injection are taken from this 
context.
      *      If provided, this context can be injected into grid tasks and grid 
jobs using
      *      {@link SpringApplicationContextResource 
@SpringApplicationContextResource} annotation.
+     * @param ldr Optional class loader that will be used by default.
      * @return Started grid. If Spring configuration contains multiple grid 
instances,
      *      then the 1st found instance is returned.
      * @throws IgniteCheckedException If grid could not be started or 
configuration

Reply via email to