Skip to content

Commit

Permalink
Minor documentation changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Feinberg committed Dec 16, 2009
1 parent 498b0b8 commit 6293a95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/java/voldemort/client/protocol/admin/AdminClient.java
Expand Up @@ -65,9 +65,9 @@
* <p>
* Some of the uses of AdminClient include
* <ul>
* <li>extraction of data for backups</li>
* <li>extraction of all keys</li>
* <li>bulk loading entries</li>
* <li>Extraction of data for backups</li>
* <li>Extraction of all keys</li>
* <li>Bulk loading entries</li>
* <li>Migrating partitions</li>
* <li>Get/Update metadata info from selective Nodes</li>
* <li>Used extensively by rebalancing (dynamic node addition/deletion) feature
Expand Down Expand Up @@ -761,7 +761,7 @@ public void updateRemoteServerState(int nodeId, MetadataStore.VoldemortState sta

/**
* Retrieve the server state (
* {@link voldemort.store.metadata.MetadataStore.VoldemortState} from a
* {@link voldemort.store.metadata.MetadataStore.VoldemortState}) from a
* remote node.
*/
public Versioned<VoldemortState> getRemoteServerState(int nodeId) {
Expand Down

0 comments on commit 6293a95

Please sign in to comment.