You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2017/07/18 13:16:44 UTC

[22/23] curator git commit: reformat doc a bit

reformat doc a bit


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/69ec4d7e
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/69ec4d7e
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/69ec4d7e

Branch: refs/heads/master
Commit: 69ec4d7e6cbe30452fc096f1d5fb706ba118413c
Parents: 33e4138
Author: randgalt <ra...@apache.org>
Authored: Tue Jul 18 08:15:57 2017 -0500
Committer: randgalt <ra...@apache.org>
Committed: Tue Jul 18 08:15:57 2017 -0500

----------------------------------------------------------------------
 curator-x-async/src/site/confluence/migrations.confluence | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/69ec4d7e/curator-x-async/src/site/confluence/migrations.confluence
----------------------------------------------------------------------
diff --git a/curator-x-async/src/site/confluence/migrations.confluence b/curator-x-async/src/site/confluence/migrations.confluence
index bd2d36f..403e64a 100644
--- a/curator-x-async/src/site/confluence/migrations.confluence
+++ b/curator-x-async/src/site/confluence/migrations.confluence
@@ -91,9 +91,9 @@ manager.migrate(set).exceptionally(e -> {
 });
 {code}
 
-Each migration in the set is applied in a single transaction - i.e. all operations that comprise
+* Each migration in the set is applied in a single transaction - i.e. all operations that comprise
 a migration set (the sum of all individual migration operations) are sent to ZooKeeper as a single
-transaction. MigrationManager stores a hash
-of all operations in a migration so that it can be compared for future operations. i.e.
+transaction.
+* MigrationManager stores a hash of all operations in a migration so that it can be compared for future operations. i.e.
 if, in the future, a migration set is attempted but the hash of one of the previous migrations
 does not match, the stage completes exceptionally with {{MigrationException}}.