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

Commit 94f938a5 authored by Hemal Patel's avatar Hemal Patel Committed by android-build-merger
Browse files

Fixed a typo in the code sample am: 247d1c9e am: 9fa6e02d

am: 7829ef7c

Change-Id: Ic82a377c8d517c35697c1d27e038bbaec82c6598
parents eb8253c7 7829ef7c
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