Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-45 afb1de605 -> 2b62e4348


# ignite-45 - javadoc fix.


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

Branch: refs/heads/ignite-45
Commit: 9fabbeab00029ce62e4255b22e5cdea9faf6c81b
Parents: 60d63a6
Author: Dmitiry Setrakyan <dsetrak...@gridgain.com>
Authored: Sun Mar 22 12:53:18 2015 -0700
Committer: Dmitiry Setrakyan <dsetrak...@gridgain.com>
Committed: Sun Mar 22 12:53:18 2015 -0700

----------------------------------------------------------------------
 .../org/apache/ignite/cache/CacheServerNotFoundException.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9fabbeab/modules/core/src/main/java/org/apache/ignite/cache/CacheServerNotFoundException.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/cache/CacheServerNotFoundException.java
 
b/modules/core/src/main/java/org/apache/ignite/cache/CacheServerNotFoundException.java
index 693a5eb..3c035d3 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/cache/CacheServerNotFoundException.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/cache/CacheServerNotFoundException.java
@@ -16,13 +16,13 @@
  */
 package org.apache.ignite.cache;
 
-import javax.cache.CacheException;
+import javax.cache.*;
 
 /**
  * Exception thrown when all data nodes left the grid.
  */
 public class CacheServerNotFoundException extends CacheException {
-    /** */
+    /** Serialization ID. */
     private static final long serialVersionUID = 0L;
 
     /**

Reply via email to