Refactoring visor-console module.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3d5c1345 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3d5c1345 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3d5c1345 Branch: refs/heads/ignite-4587 Commit: 3d5c1345dc550b622569b0e63e019a4ae92539a8 Parents: 82790a8 Author: Max Kozlov <[email protected]> Authored: Wed Mar 1 16:27:44 2017 +0300 Committer: Max Kozlov <[email protected]> Committed: Wed Mar 1 16:27:44 2017 +0300 ---------------------------------------------------------------------- .../org/apache/ignite/visor/commands/cache/VisorCacheCommand.scala | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/3d5c1345/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 04a68ae..0178903 100755 --- 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 @@ -876,7 +876,6 @@ object VisorCacheCommand { cacheT += ("Mode", cfg.mode) cacheT += ("Atomicity Mode", safe(cfg.atomicityMode)) - cacheT += ("Atomic Write Ordering Mode", safe(cfg.atomicWriteOrderMode)) cacheT += ("Statistic Enabled", bool2Str(cfg.statisticsEnabled())) cacheT += ("Management Enabled", bool2Str(cfg.managementEnabled()))
