commit | 230ce4fdbab386bddf1b3292c6d4869a2782c1f5 | [log] [tgz] |
---|---|---|
author | Jian Li <pyguni@gmail.com> | Tue Feb 09 16:57:06 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Feb 10 21:51:00 2016 +0000 |
tree | c9e02a15d709c6db606b1e6e5d3dabbc48b7b7d1 | |
parent | 74da78b62bbbff095c3e20c9e2a7ce7b0bc923a9 [diff] |
Fix incorrect description of getPreviousStatistic method Change-Id: I803ca5ee86e4a605c06916687d55a37059fe2ad2
diff --git a/core/api/src/main/java/org/onosproject/net/statistic/StatisticStore.java b/core/api/src/main/java/org/onosproject/net/statistic/StatisticStore.java index 8566ef5..940d191 100644 --- a/core/api/src/main/java/org/onosproject/net/statistic/StatisticStore.java +++ b/core/api/src/main/java/org/onosproject/net/statistic/StatisticStore.java
@@ -56,7 +56,7 @@ Set<FlowEntry> getCurrentStatistic(ConnectPoint connectPoint); /** - * Fetches the current observed stats values. + * Fetches the previous observed stats values. * * @param connectPoint the port to fetch information for * @return set of current values