Committed by
Gerrit Code Review
[ONOS-3194] Prevent NullPointerException
Some kind of List (e.g. ArrayList) allow the existence of null element Add protection here in case someone call sw.sendMsg(List<OFMessage>) and pass a list with null element Change-Id: Ida2ffbb196d2fdcb23b911365fa3c1231eab92ed
Showing
1 changed file
with
3 additions
and
2 deletions
-
Please register or login to post a comment