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

Commit 537481e2 authored by Mark Lu's avatar Mark Lu Committed by Android (Google) Code Review
Browse files

Merge "Fixed a typo in the code sample" into nyc-dev

parents fd0a31c0 247d1c9e
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