forked from openkylin/platform_build
Merge "Suppress the annoying "XML missing method" warnings from the doc build."
This commit is contained in:
commit
98647acd91
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue