Fix javadoc error
Change-Id: I9bc7fbc93cc63c0b3fe0ed8c71b363dff78a6811
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -41,7 +41,7 @@ public interface AsyncDocumentTree<V> extends DistributedPrimitive { | ... | @@ -41,7 +41,7 @@ public interface AsyncDocumentTree<V> extends DistributedPrimitive { |
41 | * | 41 | * |
42 | * @param path path to the node | 42 | * @param path path to the node |
43 | * @return future for mapping from child name to child value | 43 | * @return future for mapping from child name to child value |
44 | - * @throws {@code NoSuchDocumentPathException} if the path does not point to a valid node | 44 | + * @throws NoSuchDocumentPathException if the path does not point to a valid node |
45 | */ | 45 | */ |
46 | CompletableFuture<Map<String, Versioned<V>>> getChildren(DocumentPath path); | 46 | CompletableFuture<Map<String, Versioned<V>>> getChildren(DocumentPath path); |
47 | 47 | ... | ... |
-
Please register or login to post a comment