Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Sho SHIMIZU
2015-08-24 11:46:25 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ceb6f13cab4d26bcebd8554713ad3b4c09a99f40
ceb6f13c
1 parent
ad619f5b
Fix typo
Change-Id: Ifdf6920c4968c29f4bbc0f13ad9a76daa7456556
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
core/api/src/main/java/org/onosproject/net/device/DeviceService.java
core/api/src/main/java/org/onosproject/net/device/DeviceService.java
View file @
ceb6f13
...
...
@@ -99,7 +99,7 @@ public interface DeviceService
/**
* Returns the list of port statistics associated with the device.
*
* @param deviceId device identi
tif
er
* @param deviceId device identi
fi
er
* @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 identi
tif
er
* @param deviceId device identi
fi
er
* @return list of port statistics
*/
List
<
PortStatistics
>
getPortDeltaStatistics
(
DeviceId
deviceId
);
...
...
Please
register
or
login
to post a comment