Replace renamed reference to NetworkStats in javadoc

Bug: 21572680
Change-Id: Iad43af4d8a6d178f3396f23a74f1568e6faed311
This commit is contained in:
Zoltan Szatmary-Ban
2015-06-04 14:07:55 +01:00
parent 43a69f7a67
commit 567b6f86e7

View File

@@ -29,11 +29,11 @@ import android.util.Log;
import dalvik.system.CloseGuard;
/**
* Class providing enumeration over buckets of network usage statistics. NetworkUsageStats objects
* Class providing enumeration over buckets of network usage statistics. {@link NetworkStats} objects
* are returned as results to various queries in {@link NetworkStatsManager}.
*/
public final class NetworkStats implements AutoCloseable {
private final static String TAG = "NetworkUsageStats";
private final static String TAG = "NetworkStats";
private final CloseGuard mCloseGuard = CloseGuard.get();