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/03/02 10:49:50 UTC

[05/50] [abbrv] incubator-ignite git commit: gg-fix-deploy Examples fix. "-ent" removal

gg-fix-deploy Examples fix. "-ent" removal


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

Branch: refs/heads/ignite-342
Commit: 9f44e103fd5812617dbe7e7458e3c27f058992e9
Parents: 4e57996
Author: avinogradov <av...@gridgain.com>
Authored: Thu Feb 26 17:39:14 2015 +0300
Committer: avinogradov <av...@gridgain.com>
Committed: Thu Feb 26 17:39:14 2015 +0300

----------------------------------------------------------------------
 .../main/java/org/apache/ignite/events/DiscoveryCustomEvent.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9f44e103/modules/core/src/main/java/org/apache/ignite/events/DiscoveryCustomEvent.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/events/DiscoveryCustomEvent.java b/modules/core/src/main/java/org/apache/ignite/events/DiscoveryCustomEvent.java
index af15055..557e65d 100644
--- a/modules/core/src/main/java/org/apache/ignite/events/DiscoveryCustomEvent.java
+++ b/modules/core/src/main/java/org/apache/ignite/events/DiscoveryCustomEvent.java
@@ -22,7 +22,7 @@ import org.apache.ignite.internal.util.typedef.internal.*;
 import java.io.*;
 
 /**
- *
+ * 123
  */
 public class DiscoveryCustomEvent extends DiscoveryEvent {
     /** */