Merge "Suppress the annoying "XML missing method" warnings from the doc build."

This commit is contained in:
Jesse Wilson 2010-01-28 13:33:29 -08:00 committed by Android (Google) Code Review
commit 98647acd91
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class Errors
public static Error DEPRECATION_MISMATCH = new Error(13, WARNING);
public static Error MISSING_COMMENT = new Error(14, WARNING);
public static Error IO_ERROR = new Error(15, HIDDEN);
public static Error NO_SINCE_DATA = new Error(16, WARNING);
public static Error NO_SINCE_DATA = new Error(16, HIDDEN);
public static Error[] ERRORS = {
UNRESOLVED_LINK,