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

Commit b8c1a02a authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Fix wrong annotation for PrintInfo.Builder.setStatus

Change-Id: I11fd68497c6229d16c0827f4753f485e9095649d
parent 587c19c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -410,7 +410,7 @@ public final class PrinterInfo implements Parcelable {
         * @see PrinterInfo#STATUS_BUSY
         * @see PrinterInfo#STATUS_UNAVAILABLE
         */
        public @Nullable Builder setStatus(@Status int status) {
        public @NonNull Builder setStatus(@Status int status) {
            mPrototype.mStatus = status;
            return this;
        }