remove extra semicolons

Change-Id: I28a033c97970cccfad10cfa68d4a7737f8d0d674
This commit is contained in:
Sangyeok Sim 2018-06-11 10:29:14 +09:00 committed by Ray Milkey
parent 9dc5739c3f
commit 7ff935ec7c
2 changed files with 3 additions and 3 deletions

View File

@ -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";
}());
}());

View File

@ -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);