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-08-09 16:57:11 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
013688cd62a91cd41dfd6b817b7497966c8943ba
013688cd
1 parent
86fbe14f
typo fix
Change-Id: I0a55707e145fef97798d1eb4d88cedec50c42e52
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/api/src/main/java/org/onosproject/net/group/GroupDescription.java
core/api/src/main/java/org/onosproject/net/group/GroupDescription.java
View file @
013688c
...
...
@@ -78,7 +78,7 @@ public interface GroupDescription {
* Returns groupId passed in by caller.
*
* @return Integer group id passed in by caller. May be null if caller
* passed in null to let groupService determin the group id.
* passed in null to let groupService determin
e
the group id.
*/
Integer
givenGroupId
();
...
...
Please
register
or
login
to post a comment