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

Commit 3bf7976e authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Fix build

Change-Id: Iff815dd264008c005995ab8a95b442dad7aca18e
parent 269403b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,8 +76,8 @@ import java.util.List;
 * completion, the print job should be marked as completed by calling {@link
 * PrintJob#complete() PrintJob.complete()} after which {@link PrintJob#isCompleted()
 * PrintJob.isCompleted()} would return true. In case of a failure, the print job should
 * be marked as failed by calling {@link PrintJob#fail(CharSequence) PrintJob.fail(
 * CharSequence)} after which {@link PrintJob#isFailed() PrintJob.isFailed()} would
 * be marked as failed by calling {@link PrintJob#fail(String) PrintJob.fail(
 * String)} after which {@link PrintJob#isFailed() PrintJob.isFailed()} would
 * return true.
 * </p>
 * <p>