Merge "Tidy up some Javadoc."

This commit is contained in:
TreeHugger Robot
2019-04-03 15:32:42 +00:00
committed by Android (Google) Code Review

View File

@@ -2147,8 +2147,8 @@ public class DevicePolicyManager {
public static final int UPDATE_ERROR_INCORRECT_OS_VERSION = 2;
/**
* Represents the update file being wrong, i.e. payloads are mismatched, wrong compressions
* method.
* Represents the update file being wrong; e.g. payloads are mismatched, or the wrong
* compression method is used.
*/
public static final int UPDATE_ERROR_UPDATE_FILE_INVALID = 3;