You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/04/13 15:34:46 UTC

[16/39] ignite git commit: Refactoring visor-console module.

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 <dr...@gmail.com>
Authored: Wed Mar 1 16:27:44 2017 +0300
Committer: Max Kozlov <dr...@gmail.com>
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()))