commit | d2db7ada46a28486d2bcd0f4e9709c8ad42b10da | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Fri Sep 16 21:40:13 2016 -0700 |
committer | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Fri Sep 16 21:40:13 2016 -0700 |
tree | 1eb99840ee3ac9d8027dc1ddd2dd75cc10e98a8f | |
parent | f6a460e82b69d50fe506f0fba736fc196651d2c7 [diff] |
Fix javadoc error Change-Id: I9bc7fbc93cc63c0b3fe0ed8c71b363dff78a6811
diff --git a/core/api/src/main/java/org/onosproject/store/service/AsyncDocumentTree.java b/core/api/src/main/java/org/onosproject/store/service/AsyncDocumentTree.java index 976772e..8b08b76 100644 --- a/core/api/src/main/java/org/onosproject/store/service/AsyncDocumentTree.java +++ b/core/api/src/main/java/org/onosproject/store/service/AsyncDocumentTree.java
@@ -41,7 +41,7 @@ * * @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);