Merge "Fix wrong annotation for PrintInfo.Builder.setStatus"
This commit is contained in:
committed by
Android (Google) Code Review
commit
092ec82dc1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user