mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-06 04:36:17 +02:00
remove extra semicolons
Change-Id: I28a033c97970cccfad10cfa68d4a7737f8d0d674
This commit is contained in:
parent
9dc5739c3f
commit
7ff935ec7c
@ -58,7 +58,7 @@ var strdhcpval = "h";
|
||||
var icmpMsg = "";
|
||||
var lldpMsg = "";
|
||||
var vlanMsg = "";
|
||||
var igmpMsg = "";;
|
||||
var igmpMsg = "";
|
||||
var pimMsg = "";
|
||||
var bsnMsg = "";
|
||||
var unknownMsg = "";
|
||||
@ -292,4 +292,4 @@ var strdhcpval = "h";
|
||||
|
||||
|
||||
|
||||
}());
|
||||
}());
|
||||
|
||||
@ -41,7 +41,7 @@ public final class PwaasUtil {
|
||||
|
||||
private static final Logger log = LoggerFactory.getLogger(PwaasUtil.class);
|
||||
|
||||
private static DeviceService deviceService = AbstractShellCommand.get(DeviceService.class);;
|
||||
private static DeviceService deviceService = AbstractShellCommand.get(DeviceService.class);
|
||||
|
||||
private static InterfaceService intfService = AbstractShellCommand.get(InterfaceService.class);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user