sp-2 fixed java doc for EventType
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/190e1402 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/190e1402 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/190e1402 Branch: refs/heads/ignite-497 Commit: 190e1402d8bf75d674c44a5ce50aa09c2109b2ea Parents: 83813b1 Author: Yakov Zhdanov <yzhda...@gridgain.com> Authored: Thu Mar 26 15:09:20 2015 +0300 Committer: Yakov Zhdanov <yzhda...@gridgain.com> Committed: Thu Mar 26 15:09:20 2015 +0300 ---------------------------------------------------------------------- .../src/main/java/org/apache/ignite/events/EventType.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/190e1402/modules/core/src/main/java/org/apache/ignite/events/EventType.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/events/EventType.java b/modules/core/src/main/java/org/apache/ignite/events/EventType.java index b170311..16ee7c4 100644 --- a/modules/core/src/main/java/org/apache/ignite/events/EventType.java +++ b/modules/core/src/main/java/org/apache/ignite/events/EventType.java @@ -17,6 +17,7 @@ package org.apache.ignite.events; +import org.apache.ignite.configuration.*; import org.apache.ignite.internal.util.typedef.internal.*; import java.util.*; @@ -54,9 +55,9 @@ import java.util.*; * not needed by the application this load is unnecessary and leads to significant performance degradation. * <p> * It is <b>highly recommended</b> to enable only those events that your application logic requires - * by using either {@link org.apache.ignite.configuration.IgniteConfiguration#getIncludeEventTypes()} method in Ignite configuration. Note that certain - * events are required for Ignite's internal operations and such events will still be generated but not stored by - * event storage SPI if they are disabled in Ignite configuration. + * by using either {@link IgniteConfiguration#getIncludeEventTypes()} method in Ignite configuration. + * Note that certain events are required for Ignite's internal operations and such events will still be + * generated but not stored by event storage SPI if they are disabled in Ignite configuration. */ public interface EventType { /**