Fixed a typo in the code sample

am: 247d1c9ea8

Change-Id: Ic07c17c95e29ce916e2cde22cbb0ce797f8c65fe
This commit is contained in:
Hemal Patel
2016-09-26 17:21:04 +00:00
committed by android-build-merger

View File

@@ -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