# sprint-1 javadoc fixes.

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

Branch: refs/heads/ignite-54-55
Commit: b41c98a5831aa7699b9d817ec1e416f286fba5af
Parents: 857c525
Author: Dmitiry Setrakyan <dsetrak...@gridgain.com>
Authored: Wed Feb 4 18:05:22 2015 -0800
Committer: Dmitiry Setrakyan <dsetrak...@gridgain.com>
Committed: Wed Feb 4 18:05:22 2015 -0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/ignite/lang/IgniteFuture.java     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b41c98a5/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 b93b33f..7419203 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
@@ -35,7 +35,7 @@ public interface IgniteFuture<V> extends Future<V> {
      *
      * @return Computation result.
      * @throws IgniteInterruptedException Subclass of {@link IgniteException} 
thrown if the wait was interrupted.
-     * @throws IgniteFutureCancelledException Subclass of {@link 
IgniteException} throws if computation was cancelled.
+     * @throws IgniteFutureCancelledException Subclass of {@link 
IgniteException} thrown if computation was cancelled.
      * @throws IgniteException If computation failed.
      */
     @Override public V get() throws IgniteException;
@@ -48,7 +48,7 @@ public interface IgniteFuture<V> extends Future<V> {
      * @param timeout The maximum time to wait in milliseconds.
      * @return Computation result.
      * @throws IgniteInterruptedException Subclass of {@link IgniteException} 
thrown if the wait was interrupted.
-     * @throws IgniteFutureCancelledException Subclass of {@link 
IgniteException} throws if computation was cancelled.
+     * @throws IgniteFutureCancelledException Subclass of {@link 
IgniteException} thrown if computation was cancelled.
      * @throws IgniteFutureTimeoutException Subclass of {@link 
IgniteException} thrown if the wait was timed out.
      * @throws IgniteException If computation failed.
      */
@@ -62,7 +62,7 @@ public interface IgniteFuture<V> extends Future<V> {
      * @param unit The time unit of the {@code timeout} argument.
      * @return Computation result.
      * @throws IgniteInterruptedException Subclass of {@link IgniteException} 
thrown if the wait was interrupted.
-     * @throws IgniteFutureCancelledException Subclass of {@link 
IgniteException} throws if computation was cancelled.
+     * @throws IgniteFutureCancelledException Subclass of {@link 
IgniteException} thrown if computation was cancelled.
      * @throws IgniteFutureTimeoutException Subclass of {@link 
IgniteException} thrown if the wait was timed out.
      * @throws IgniteException If computation failed.
      */

Reply via email to