am d83a598c: am 82992b72: Merge "Fix javadoc error in Debug.getRuntimeStats()."

* commit 'd83a598c392af8daf9c82f28b5c920955712f528':
  Fix javadoc error in Debug.getRuntimeStats().
This commit is contained in:
Hiroshi Yamauchi
2015-04-15 00:24:58 +00:00
committed by Android Git Automerger

View File

@@ -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