am d4103d0d: Fix the build

Merge commit 'd4103d0d143f3774a2fc9e35afb0fffc2160d7fc'

* commit 'd4103d0d143f3774a2fc9e35afb0fffc2160d7fc':
  Fix the build
This commit is contained in:
Romain Guy
2009-05-14 14:53:33 -07:00
committed by The Android Open Source Project

View File

@@ -883,6 +883,8 @@ href="{@docRoot}guide/developing/tools/traceview.html">Traceview: A Graphical Lo
* Equivalent to <code>setFieldsOn(cl, false)</code>.
*
* @see #setFieldsOn(Class, boolean)
*
* @hide
*/
public static void setFieldsOn(Class<?> cl) {
setFieldsOn(cl, false);