Merge "Fixed a typo in the code sample" into nyc-dev
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user