# IGNITE-368 Missing javadoc.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/ab6119ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/ab6119ec Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/ab6119ec Branch: refs/heads/ignite-496 Commit: ab6119ec66a3cc973987e8e8a4e51b3d8e6ec1cf Parents: 72c495f Author: AKuznetsov <akuznet...@gridgain.com> Authored: Fri Mar 13 17:09:23 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Fri Mar 13 17:09:23 2015 +0700 ---------------------------------------------------------------------- .../org/apache/ignite/internal/util/IgniteExceptionRegistry.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/ab6119ec/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteExceptionRegistry.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteExceptionRegistry.java b/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteExceptionRegistry.java index 9fe35c5..08a7aa0 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteExceptionRegistry.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteExceptionRegistry.java @@ -73,6 +73,7 @@ public class IgniteExceptionRegistry { * Puts exception into queue. * Thread-safe. * + * @param msg Message that describe reason why error was suppressed. * @param e Exception. */ public void onException(String msg, Throwable e) { @@ -195,7 +196,7 @@ public class IgniteExceptionRegistry { } /** - * Locally unique ID that is atomically incremented for each new error. + * @return Locally unique ID that is atomically incremented for each new error. */ public long order() { return order;