You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2020/02/18 13:16:29 UTC

[ignite] branch sk0x50-test-branch created (now 790b2d5)

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

sk0x50 pushed a change to branch sk0x50-test-branch
in repository https://gitbox.apache.org/repos/asf/ignite.git.


      at 790b2d5  Fixed javadoc

This branch includes the following new commits:

     new 790b2d5  Fixed javadoc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ignite] 01/01: Fixed javadoc

Posted by sk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sk0x50 pushed a commit to branch sk0x50-test-branch
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 790b2d53c5f60e126cf45e04c57dd9f6fdfdac0c
Author: Slava Koptilin <sl...@gmail.com>
AuthorDate: Tue Feb 18 16:15:50 2020 +0300

    Fixed javadoc
---
 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 ea990db..434589f 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
@@ -172,7 +172,7 @@ import static org.apache.ignite.plugin.segmentation.SegmentationPolicy.RESTART_J
  * {@link IgniteConfiguration} to override some default configuration. Below is an
  * example on how to start grid with <strong>URI deployment</strong>.
  * <pre name="code" class="java">
- * GridConfiguration cfg = new GridConfiguration();
+ * IgniteConfiguration cfg = new IgniteConfiguration();
  */
 public class IgnitionEx {
     /** Default configuration path relative to Ignite home. */