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-06-17 17:11:02 +0530
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ca8b51e7f08d497fb947ff545be187b4f4a14fef
ca8b51e7
1 parent
0cf9e346
ONOS-4721 fix
Change-Id: Idb0ba949293451488b350c7cdcfc50094a3c9abc
Show 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 @
ca8b51e
...
...
@@ -146,8 +146,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