mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-04 11:51:43 +02:00
Removing whitespace
Change-Id: I4db2fee926161719d431617ce2fe65ea39968e8a
This commit is contained in:
parent
c9b64dcabd
commit
3e9aae3c2f
@ -25,12 +25,10 @@ import org.onosproject.dhcp.DhcpService;
|
||||
@Command(scope = "onos", name = "dhcp-lease",
|
||||
description = "Lists all the default lease parameters offered by the DHCP Server")
|
||||
public class DhcpLeaseDetails extends AbstractShellCommand {
|
||||
|
||||
private static final String DHCP_LEASE_FORMAT = "Lease Time: %ds\nRenewal Time: %ds\nRebinding Time: %ds";
|
||||
|
||||
@Override
|
||||
protected void execute() {
|
||||
|
||||
DhcpService dhcpService = AbstractShellCommand.get(DhcpService.class);
|
||||
int leaseTime = dhcpService.getLeaseTime();
|
||||
int renewTime = dhcpService.getRenewalTime();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user