Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83b05285 authored by Alex Kershaw's avatar Alex Kershaw
Browse files

Tidy up some Javadoc.

Tidy up InstallSystemUpdateCallback#UPDATE_ERROR_UPDATE_FILE_INVALID
javadoc.

Test: Javadoc change only
Change-Id: I114c60ec330c1cea96a187f727570373b4e7f3bc
parent b67994ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2147,8 +2147,8 @@ public class DevicePolicyManager {
        public static final int UPDATE_ERROR_INCORRECT_OS_VERSION = 2;
        public static final int UPDATE_ERROR_INCORRECT_OS_VERSION = 2;


        /**
        /**
         * Represents the update file being wrong, i.e. payloads are mismatched, wrong compressions
         * Represents the update file being wrong; e.g. payloads are mismatched, or the wrong
         * method.
         * compression method is used.
         */
         */
        public static final int UPDATE_ERROR_UPDATE_FILE_INVALID = 3;
        public static final int UPDATE_ERROR_UPDATE_FILE_INVALID = 3;