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
Thomas Vachuska
2016-09-07 20:58:22 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f5e6be4da7168eecfb3aa524c467479c7dafb4fb
f5e6be4d
1 parent
c3984c65
Fixed javadoc error.
Change-Id: I591d9de7016c5e26f178614fc96f42150398bb27
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/DocumentTree.java
core/api/src/main/java/org/onosproject/store/service/DocumentTree.java
View file @
f5e6be4
...
...
@@ -75,7 +75,7 @@ public interface DocumentTree<V> {
* Removes the node with the specified path.
*
* is not a leaf node i.e has one or more children
* @param
path
path for the node to remove
* @param
key
path for the node to remove
* @return the previous value of the node or {@code null} if it did not exist
* @throws IllegalDocumentModificationException if the remove to be removed
*/
...
...
Please
register
or
login
to post a comment