Repository: incubator-ignite Updated Branches: refs/heads/sprint-2 adb24548b -> 47539d89f
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/sprint-2 Commit: 9f44e103fd5812617dbe7e7458e3c27f058992e9 Parents: 4e57996 Author: avinogradov <avinogra...@gridgain.com> Authored: Thu Feb 26 17:39:14 2015 +0300 Committer: avinogradov <avinogra...@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 { /** */