# IGNITE-562 Minor fix for comments.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/0dfb5c03 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/0dfb5c03 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/0dfb5c03 Branch: refs/heads/ignite-gg-9950 Commit: 0dfb5c03bb785a8fdbbdb70d8260ea7922e2accc Parents: 528d46b Author: AKuznetsov <akuznet...@gridgain.com> Authored: Wed Apr 1 10:22:44 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Wed Apr 1 10:22:44 2015 +0700 ---------------------------------------------------------------------- .../ignite/visor/commands/disco/VisorDiscoveryCommand.scala | 8 ++++---- .../ignite/visor/commands/tasks/VisorTasksCommand.scala | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/0dfb5c03/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/disco/VisorDiscoveryCommand.scala ---------------------------------------------------------------------- diff --git a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/disco/VisorDiscoveryCommand.scala b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/disco/VisorDiscoveryCommand.scala index 11689f5..3b6ca7e 100644 --- a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/disco/VisorDiscoveryCommand.scala +++ b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/disco/VisorDiscoveryCommand.scala @@ -41,16 +41,16 @@ import scala.language.{implicitConversions, reflectiveCalls} * {{{ * +---------------------------------------------------------------------------------------+ * | disco | Prints topology change log as seen from the oldest node. | - * | | Timeframe for querying events can be specified in arguments. | + * | | Timeframe for querying events can be specified in arguments. | * | | | - * | | Note that this command depends on Ignite events. | + * | | Note that this command depends on Ignite events. | * | | | - * | | Ignite events can be individually enabled and disabled and disabled events | + * | | Ignite events can be individually enabled and disabled and disabled events | * | | can affect the results produced by this command. Note also that configuration | * | | of Event Storage SPI that is responsible for temporary storage of generated | * | | events on each node can also affect the functionality of this command. | * | | | - * | | By default - all events are DISABLED and Ignite stores last 10,000 local | + * | | By default - all events are DISABLED and Ignite stores last 10,000 local | * | | events on each node. Both of these defaults can be changed in configuration. | * +---------------------------------------------------------------------------------------+ * }}} http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/0dfb5c03/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala ---------------------------------------------------------------------- diff --git a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala index 9d9dde0..5feae8c 100644 --- a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala +++ b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala @@ -242,14 +242,14 @@ private case class VisorTask( * +---------------------------------------------------------------------------------------+ * | tasks | Prints statistics about tasks and executions. | * | | | - * | | Note that this command depends on Ignite events. | + * | | Note that this command depends on Ignite events. | * | | | - * | | Ignite events can be individually enabled and disabled and disabled events | + * | | Ignite events can be individually enabled and disabled and disabled events | * | | can affect the results produced by this command. Note also that configuration | * | | of Event Storage SPI that is responsible for temporary storage of generated | * | | events on each node can also affect the functionality of this command. | * | | | - * | | By default - all events are enabled and Ignite stores last 10,000 local | + * | | By default - all events are enabled and Ignite stores last 10,000 local | * | | events on each node. Both of these defaults can be changed in configuration. | * +---------------------------------------------------------------------------------------+ * }}}