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

Commit 603f97f3 authored by Jeff Brown's avatar Jeff Brown
Browse files

Fix JavaDoc typos.

Change-Id: Ieabcd5b89c89440f425917319225735445324765
parent a965f083
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}.