Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 319369f3 authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Fix JavaDoc typos."

parents 27720061 603f97f3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -24,10 +24,10 @@ import android.database.CursorWrapper;
/**
 * Cursor wrapper that implements {@link CrossProcessCursor}.
 * <p>
 * If the wrapper cursor implemented {@link CrossProcessCursor}, then delegates
 * {@link #fillWindow}, {@link #getWindow()} and {@link #onMove} to it.  Otherwise,
 * provides default implementations of these methods that traverse the contents
 * of the cursor similar to {@link AbstractCursor#fillWindow}.
 * If the wrapped cursor implements {@link CrossProcessCursor}, then the wrapper
 * delegates {@link #fillWindow}, {@link #getWindow()} and {@link #onMove} to it.
 * Otherwise, the wrapper provides default implementations of these methods that
 * traverse the contents of the cursor similar to {@link AbstractCursor#fillWindow}.
 * </p><p>
 * This wrapper can be used to adapt an ordinary {@link Cursor} into a
 * {@link CrossProcessCursor}.