Fixed a typo in the code sample

Bug: 6062536
Change-Id: I1f6a91534cf18b9fba4e00f3a4b84983f2c223a3
This commit is contained in:
Hemal Patel
2016-09-16 15:28:42 -07:00
parent eae7f0b513
commit 247d1c9ea8

View File

@@ -27,7 +27,7 @@ import java.util.Iterator;
* *
* <pre> * <pre>
* CursorJoiner joiner = new CursorJoiner(cursorA, keyColumnsofA, cursorB, keyColumnsofB); * CursorJoiner joiner = new CursorJoiner(cursorA, keyColumnsofA, cursorB, keyColumnsofB);
* for (CursorJointer.Result joinerResult : joiner) { * for (CursorJoiner.Result joinerResult : joiner) {
* switch (joinerResult) { * switch (joinerResult) {
* case LEFT: * case LEFT:
* // handle case where a row in cursorA is unique * // handle case where a row in cursorA is unique