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 17:51:45 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c3984c65c32577ff7d7242f5d003bd70c3af635a
c3984c65
1 parent
5bdebd5c
Fixed javadoc error.
Change-Id: Ic103dad254d985076df00bdeab4bd436c1bbd7aa
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/DocumentPath.java
core/api/src/main/java/org/onosproject/store/service/DocumentPath.java
View file @
c3984c6
...
...
@@ -42,7 +42,7 @@ public class DocumentPath implements Comparable<DocumentPath> {
}
/**
* Constructs a
{@DocumentPath}
.
* Constructs a
new document path
.
* <p>
* New paths must contain at least one name and string names may NOT contain any period characters.
* If one field is {@code null} that field will be ignored.
...
...
Please
register
or
login
to post a comment