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

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

commit f961c57325301e8bf9957ad3db5b39f4aba1c09b
Author: sboikov <sboi...@apache.org>
AuthorDate: Sat Feb 9 13:16:02 2019 +0300

    ignite-1090
---
 .../java/org/apache/ignite/internal/processors/cache/GridCacheMvcc.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMvcc.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMvcc.java
index dc68d48..52523b1 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMvcc.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMvcc.java
@@ -975,7 +975,7 @@ public final class GridCacheMvcc {
      * as system invalidate and marks these candidates as owned and used.
      *
      * @param ver Version to salvage.
-     * @param near {@code True} if remove near cache candidate.
+     * @param near {@code True} If salvage near cache candidate.
      */
     public void salvageRemote(GridCacheVersion ver, boolean near) {
         assert ver != null;

Reply via email to