You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/06/12 13:17:15 UTC

[20/24] incubator-ignite git commit: # Sprint-6 - Minor.

# Sprint-6 - Minor.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/5b4cb44b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/5b4cb44b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/5b4cb44b

Branch: refs/heads/ignite-gg-10411
Commit: 5b4cb44b85b1cf3cd25bcf2c2ababa6a4f3314f4
Parents: 2b63ff8
Author: Alexey Goncharuk <ag...@gridgain.com>
Authored: Thu Jun 11 15:57:03 2015 -0700
Committer: Alexey Goncharuk <ag...@gridgain.com>
Committed: Thu Jun 11 15:57:03 2015 -0700

----------------------------------------------------------------------
 .../ignite/internal/util/ipc/shmem/IpcSharedMemoryUtils.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5b4cb44b/modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryUtils.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryUtils.java b/modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryUtils.java
index 7d0abaa..71bcac4 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryUtils.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryUtils.java
@@ -26,8 +26,8 @@ import java.nio.*;
 import java.util.*;
 
 /**
- * NOTE: Native library should be loaded, before methods of this class are called. Native library is loaded with: {@link
- * IpcSharedMemoryNativeLoader#load()}.
+ * NOTE: Native library should be loaded, before methods of this class are called.
+ * Native library is loaded with: {@link IpcSharedMemoryNativeLoader#load(org.apache.ignite.IgniteLogger)}.
  */
 public class IpcSharedMemoryUtils {
     /**