summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hiroshi Yamauchi <yamauchi@google.com> 2015-04-15 00:11:01 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-04-15 00:11:01 +0000
commitd83a598c392af8daf9c82f28b5c920955712f528 (patch)
tree015533db54b1d3cd060159175e09e71fbcd0cf83
parent44d7989abfe41ffa2d4a5cfba8c0d2f880ac9b8d (diff)
parent82992b7270842637d1af3dcc7c9ae954bdfa312c (diff)
am 82992b72: Merge "Fix javadoc error in Debug.getRuntimeStats()."
* commit '82992b7270842637d1af3dcc7c9ae954bdfa312c': Fix javadoc error in Debug.getRuntimeStats().
-rw-r--r--core/java/android/os/Debug.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/Debug.java b/core/java/android/os/Debug.java
index 1c85db45917f..2a60b4d9738f 100644
--- a/core/java/android/os/Debug.java
+++ b/core/java/android/os/Debug.java
@@ -1115,7 +1115,7 @@ href="{@docRoot}guide/developing/tools/traceview.html">Traceview: A Graphical Lo
/**
* Returns a map of the names/values of the runtime statistics
- * that {@link #getRuntimeStat()} supports.
+ * that {@link #getRuntimeStat(String)} supports.
*
* @return a map of the names/values of the supported runtime statistics.
* @hide