diff options
| -rw-r--r-- | core/java/android/database/Cursor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/database/Cursor.java b/core/java/android/database/Cursor.java index afa1c209c811..c00c18c14e56 100644 --- a/core/java/android/database/Cursor.java +++ b/core/java/android/database/Cursor.java @@ -510,7 +510,7 @@ public interface Cursor extends Closeable { Bundle getExtras(); /** - * This is an out-of-band way for the the user of a cursor to communicate with the cursor. The + * This is an out-of-band way for the user of a cursor to communicate with the cursor. The * structure of each bundle is entirely defined by the cursor. * * <p>One use of this is to tell a cursor that it should retry its network request after it |