Jian Li
Committed by Gerrit Code Review

Fix incorrect description of getPreviousStatistic method

Change-Id: I803ca5ee86e4a605c06916687d55a37059fe2ad2
......@@ -56,7 +56,7 @@ public interface StatisticStore {
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
......