mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 12:16:13 +02:00
SONAR suggestion - toString() should not return null
Change-Id: I9b31515b24052d60895ef2151609ea734ef18c3b
This commit is contained in:
parent
506d8e61ee
commit
96b2640b27
@ -80,7 +80,7 @@ public enum DHCPPacketType {
|
||||
break;
|
||||
}
|
||||
|
||||
return null;
|
||||
return "";
|
||||
}
|
||||
|
||||
public static DHCPPacketType getType(final int value) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user