Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Yuta HIGUCHI
2016-09-16 21:40:13 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d2db7ada46a28486d2bcd0f4e9709c8ad42b10da
d2db7ada
1 parent
f6a460e8
Fix javadoc error
Change-Id: I9bc7fbc93cc63c0b3fe0ed8c71b363dff78a6811
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/api/src/main/java/org/onosproject/store/service/AsyncDocumentTree.java
core/api/src/main/java/org/onosproject/store/service/AsyncDocumentTree.java
View file @
d2db7ad
...
...
@@ -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
);
...
...
Please
register
or
login
to post a comment