IGNITE-8768 Fixed javadoc

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

Branch: refs/heads/ignite-8446
Commit: 67a2aac011d12a46cbd7d16a30f4f48b60f77075
Parents: d66ccb4
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Authored: Wed Jun 27 11:30:54 2018 +0300
Committer: Alexey Goncharuk <alexey.goncha...@gmail.com>
Committed: Wed Jun 27 11:31:12 2018 +0300

----------------------------------------------------------------------
 .../cache/distributed/dht/GridDhtPartitionsReservation.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/67a2aac0/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtPartitionsReservation.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtPartitionsReservation.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtPartitionsReservation.java
index 97bd16b..845d3ed 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtPartitionsReservation.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtPartitionsReservation.java
@@ -238,7 +238,7 @@ public class GridDhtPartitionsReservation implements 
GridReservable {
     }
 
     /**
-     * Must be checked in {@link GridDhtLocalPartition#tryClear()}.
+     * Must be checked in {@link 
GridDhtLocalPartition#tryClear(EvictionContext)}.
      * If returns {@code true} this reservation object becomes invalid and 
partitions
      * can be evicted or at least cleared.
      * Also this means that after returning {@code true} here method {@link 
#reserve()} can not

Reply via email to