# sprint-1 Fixed typo after auto renaming.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9502c0d9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9502c0d9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9502c0d9 Branch: refs/heads/ingite-9655-merge Commit: 9502c0d9f747bc77d6e10f999d86e7f6dc5cb402 Parents: 580c36e Author: AKuznetsov <akuznet...@gridgain.com> Authored: Thu Jan 29 22:35:26 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Thu Jan 29 22:35:26 2015 +0700 ---------------------------------------------------------------------- .../org/apache/ignite/visor/commands/alert/VisorAlertCommand.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9502c0d9/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/alert/VisorAlertCommand.scala ---------------------------------------------------------------------- diff --git a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/alert/VisorAlertCommand.scala b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/alert/VisorAlertCommand.scala index ca22fa1..837b424 100644 --- a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/alert/VisorAlertCommand.scala +++ b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/alert/VisorAlertCommand.scala @@ -17,7 +17,7 @@ package org.apache.ignite.visor.commands.alert -import org.apache.ignite.internal.util.IgniteUtils +import org.apache.ignite.internal.util.{IgniteUtils => U} import org.apache.ignite.internal.util.lang.{GridFunc => F} import org.apache.ignite._