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
Varun Sharma
2016-08-06 04:25:07 +0530
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b711fbf42423c513206eec67474e73e6d354130c
b711fbf4
1 parent
3fdb9dd1
Cherry pick ONOS-4721 fix
Change-Id: Idb0ba949293451488b350c7cdcfc50094a3c9abc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
core/common/src/main/java/org/onosproject/codec/impl/GroupCodec.java
core/common/src/main/java/org/onosproject/codec/impl/GroupCodec.java
View file @
b711fbf
...
...
@@ -151,8 +151,7 @@ public final class GroupCodec extends JsonCodec<Group> {
groupType
=
Group
.
Type
.
FAILOVER
;
break
;
default
:
log
.
warn
(
"The requested type {} is not defined for group."
,
type
);
return
null
;
nullIsIllegal
(
groupType
,
"The requested group type "
+
type
+
" is not valid"
);
}
// parse group buckets
...
...
Please
register
or
login
to post a comment