Remove duplicate 'return true' statements 96/36296/2
authorRobert Varga <rovarga@cisco.com>
Wed, 16 Mar 2016 13:48:12 +0000 (14:48 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 21 Mar 2016 11:11:42 +0000 (11:11 +0000)
Instead of having each case return true, make it the default return
from the method and use the last else branch to return false.

Change-Id: I545d2f2c19ef8a10b693a0e904766141bc5db34e
Signed-off-by: Robert Varga <rovarga@cisco.com>

No differences found