Jian Li
Committed by Gerrit Code Review

Fix incorrect description of getPreviousStatistic method

Change-Id: I803ca5ee86e4a605c06916687d55a37059fe2ad2
...@@ -56,7 +56,7 @@ public interface StatisticStore { ...@@ -56,7 +56,7 @@ public interface StatisticStore {
56 Set<FlowEntry> getCurrentStatistic(ConnectPoint connectPoint); 56 Set<FlowEntry> getCurrentStatistic(ConnectPoint connectPoint);
57 57
58 /** 58 /**
59 - * Fetches the current observed stats values. 59 + * Fetches the previous observed stats values.
60 * 60 *
61 * @param connectPoint the port to fetch information for 61 * @param connectPoint the port to fetch information for
62 * @return set of current values 62 * @return set of current values
......