GG-9141 - Fixed import.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/5ba15f05 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/5ba15f05 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/5ba15f05 Branch: refs/heads/ignite-1 Commit: 5ba15f0596f395c3cf23ea1f19058966435dc4cc Parents: 12b08c9 Author: Alexey Goncharuk <agoncha...@gridgain.com> Authored: Fri Dec 19 17:51:26 2014 -0800 Committer: Alexey Goncharuk <agoncha...@gridgain.com> Committed: Fri Dec 19 17:51:26 2014 -0800 ---------------------------------------------------------------------- .../src/main/java/org/apache/ignite/lang/IgniteFuture.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5ba15f05/modules/core/src/main/java/org/apache/ignite/lang/IgniteFuture.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/lang/IgniteFuture.java b/modules/core/src/main/java/org/apache/ignite/lang/IgniteFuture.java index 335d944..d5716e9 100644 --- a/modules/core/src/main/java/org/apache/ignite/lang/IgniteFuture.java +++ b/modules/core/src/main/java/org/apache/ignite/lang/IgniteFuture.java @@ -106,7 +106,7 @@ public interface IgniteFuture<R> { * immediately notified within the same thread. * <p> * Default value is {@code false}. To change the default, set - * {@link org.apache.ignite.IgniteSystemProperties#GG_FUT_SYNC_NOTIFICATION} system property to {@code true}. + * {@link IgniteSystemProperties#GG_FUT_SYNC_NOTIFICATION} system property to {@code true}. * * @param syncNotify Flag to turn on or off synchronous listener notification. */ @@ -120,7 +120,7 @@ public interface IgniteFuture<R> { * immediately notified within the same thread. * <p> * Default value is {@code false}. To change the default, set - * {@link org.apache.ignite.IgniteSystemProperties#GG_FUT_SYNC_NOTIFICATION} system property to {@code true}. + * {@link IgniteSystemProperties#GG_FUT_SYNC_NOTIFICATION} system property to {@code true}. * * @return Synchronous listener notification flag. */ @@ -135,7 +135,7 @@ public interface IgniteFuture<R> { * started the future, or in a different thread). * <p> * Default value is {@code false}. To change the default, set - * {@link org.apache.ignite.IgniteSystemProperties#GG_FUT_CONCURRENT_NOTIFICATION} system property to {@code true}. + * {@link IgniteSystemProperties#GG_FUT_CONCURRENT_NOTIFICATION} system property to {@code true}. * * @param concurNotify Flag to turn on or off concurrent listener notification. */ @@ -150,7 +150,7 @@ public interface IgniteFuture<R> { * started the future, or in a different thread). * <p> * Default value is {@code false}. To change the default, set - * {@link org.apache.ignite.IgniteSystemProperties#GG_FUT_CONCURRENT_NOTIFICATION} system property to {@code true}. + * {@link IgniteSystemProperties#GG_FUT_CONCURRENT_NOTIFICATION} system property to {@code true}. * * @return Concurrent listener notification flag */