mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-22 21:01:00 +02:00
Fix typo
Change-Id: Ifdf6920c4968c29f4bbc0f13ad9a76daa7456556
This commit is contained in:
parent
ad619f5b79
commit
ceb6f13cab
@ -99,7 +99,7 @@ public interface DeviceService
|
||||
/**
|
||||
* Returns the list of port statistics associated with the device.
|
||||
*
|
||||
* @param deviceId device identitifer
|
||||
* @param deviceId device identifier
|
||||
* @return list of port statistics
|
||||
*/
|
||||
List<PortStatistics> getPortStatistics(DeviceId deviceId);
|
||||
@ -107,7 +107,7 @@ public interface DeviceService
|
||||
/**
|
||||
* Returns the list of port delta statistics associated with the device.
|
||||
*
|
||||
* @param deviceId device identitifer
|
||||
* @param deviceId device identifier
|
||||
* @return list of port statistics
|
||||
*/
|
||||
List<PortStatistics> getPortDeltaStatistics(DeviceId deviceId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user