# sprint-1 Minor typo.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/6f5fbe0b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/6f5fbe0b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/6f5fbe0b Branch: refs/heads/ignite-204 Commit: 6f5fbe0b9bfd9eb2fda18eb56353394fb30076e6 Parents: 1d04fc7 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Wed Feb 11 15:26:42 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Wed Feb 11 15:26:42 2015 +0700 ---------------------------------------------------------------------- .../org/apache/ignite/visor/commands/cache/VisorCacheCommand.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/6f5fbe0b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheCommand.scala ---------------------------------------------------------------------- diff --git a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheCommand.scala b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheCommand.scala index ca7c96a..87970e1 100644 --- a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheCommand.scala +++ b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/cache/VisorCacheCommand.scala @@ -288,7 +288,7 @@ class VisorCacheCommand { val sumT = VisorTextTable() - sumT #= ("Name(@),", "Nodes", "Entries", "Hits", "Misses", "Reads", "Writes") + sumT #= ("Name(@)", "Nodes", "Entries", "Hits", "Misses", "Reads", "Writes") sortAggregatedData(aggrData, sortType.getOrElse("cn"), reversed).foreach( ad => {