Fixed a typo in the code sample am: 247d1c9ea8

am: 9fa6e02d2d

Change-Id: Ic7e084556e86ec99f01f7f5d6a423cb9c134ba73
This commit is contained in:
Hemal Patel
2016-09-26 17:27:19 +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