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

Commit 247d1c9e authored by Hemal Patel's avatar Hemal Patel
Browse files

Fixed a typo in the code sample

Bug: 6062536
Change-Id: I1f6a91534cf18b9fba4e00f3a4b84983f2c223a3
parent eae7f0b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ import java.util.Iterator;
 *
 * <pre>
 * CursorJoiner joiner = new CursorJoiner(cursorA, keyColumnsofA, cursorB, keyColumnsofB);
 * for (CursorJointer.Result joinerResult : joiner) {
 * for (CursorJoiner.Result joinerResult : joiner) {
 *     switch (joinerResult) {
 *         case LEFT:
 *             // handle case where a row in cursorA is unique