You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by nt...@apache.org on 2016/02/25 12:14:48 UTC

ignite git commit: IGNITE-1186 Added suid.

Repository: ignite
Updated Branches:
  refs/heads/ignite-1186 8bbe64b1b -> 4604f1e58


IGNITE-1186 Added suid.


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

Branch: refs/heads/ignite-1186
Commit: 4604f1e58b69684ce6802e34c8888ce36c1d5dfd
Parents: 8bbe64b
Author: nikolay_tikhonov <nt...@gridgain.com>
Authored: Thu Feb 25 14:14:40 2016 +0300
Committer: nikolay_tikhonov <nt...@gridgain.com>
Committed: Thu Feb 25 14:14:40 2016 +0300

----------------------------------------------------------------------
 .../cache/query/continuous/CacheContinuousQueryHandlerV2.java     | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/4604f1e5/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryHandlerV2.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryHandlerV2.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryHandlerV2.java
index 19cd9b7..6cdc5af 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryHandlerV2.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryHandlerV2.java
@@ -36,6 +36,9 @@ import org.apache.ignite.internal.util.typedef.internal.U;
  * Continuous query handler V2 version. Contains {@link Factory} for remote listener.
  */
 public class CacheContinuousQueryHandlerV2<K, V> extends CacheContinuousQueryHandler<K, V> {
+    /** */
+    private static final long serialVersionUID = 0L;
+
     /** Remote filter factory. */
     private Factory<? extends CacheEntryEventSerializableFilter<K, V>> rmtFilterFactory;