You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/09/14 11:11:26 UTC

[17/28] ignite git commit: Modified TODO due to GG -> Ignite ticket migration.

Modified TODO due to GG -> Ignite ticket migration.


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

Branch: refs/heads/ignite-971
Commit: 12b0f2bb8123517456a27b302743bf8df3edd113
Parents: cbc8877
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Fri Sep 11 15:19:50 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Fri Sep 11 15:19:50 2015 +0300

----------------------------------------------------------------------
 .../ignite/internal/processors/platform/events/PlatformEvents.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/12b0f2bb/modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/events/PlatformEvents.java
----------------------------------------------------------------------
diff --git a/modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/events/PlatformEvents.java b/modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/events/PlatformEvents.java
index 997c019..8585526 100644
--- a/modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/events/PlatformEvents.java
+++ b/modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/events/PlatformEvents.java
@@ -141,7 +141,7 @@ public class PlatformEvents extends PlatformAbstractTarget {
         throws IgniteCheckedException {
         switch (type) {
             case OP_RECORD_LOCAL:
-                // TODO: GG-10244
+                // TODO: IGNITE-1410.
                 return TRUE;
 
             case OP_ENABLE_LOCAL: