Skip to content

Commit 7ab0f6e

Browse files
authored
[MINOR] Fix javadoc (#13388)
1 parent 834acda commit 7ab0f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/src/main/java/org/apache/ignite/internal/IgnitionEx.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,10 +780,10 @@ public static IgniteBiTuple<IgniteConfiguration, GridSpringResourceContext> load
780780
* @param springCfgPath Spring XML configuration file path or URL. This cannot be {@code null}.
781781
* @param igniteInstanceName Ignite instance name that will override default.
782782
* @param springCtx Optional Spring application context, possibly {@code null}.
783-
* @param ldr Optional class loader that will be used by default.
784783
* Spring bean definitions for bean injection are taken from this context.
785784
* If provided, this context can be injected into grid tasks and grid jobs using
786785
* {@link SpringApplicationContextResource @SpringApplicationContextResource} annotation.
786+
* @param ldr Optional class loader that will be used by default.
787787
* @return Started grid. If Spring configuration contains multiple grid instances,
788788
* then the 1st found instance is returned.
789789
* @throws IgniteCheckedException If grid could not be started or configuration

0 commit comments

Comments
 (0)