Yuta HIGUCHI

Fix javadoc error

Change-Id: I9bc7fbc93cc63c0b3fe0ed8c71b363dff78a6811
......@@ -41,7 +41,7 @@ public interface AsyncDocumentTree<V> extends DistributedPrimitive {
*
* @param path path to the node
* @return future for mapping from child name to child value
* @throws {@code NoSuchDocumentPathException} if the path does not point to a valid node
* @throws NoSuchDocumentPathException if the path does not point to a valid node
*/
CompletableFuture<Map<String, Versioned<V>>> getChildren(DocumentPath path);
......