Fixed a typo in the code sample
am: 247d1c9ea8
Change-Id: Ic07c17c95e29ce916e2cde22cbb0ce797f8c65fe
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user