diff options
| author | 2010-10-07 10:48:20 -0700 | |
|---|---|---|
| committer | 2010-10-07 10:48:20 -0700 | |
| commit | 30f5c8fede241e7560f4a33e48af3a4627fd5efc (patch) | |
| tree | f3c2982720681cb3794f002d79db9bd56b190252 | |
| parent | fd124570ce647b3adc5dc30ce782d6e017dab4a2 (diff) | |
More DropBoxManager javadoc love.
Change-Id: I9b14f6905533e0af66bd64fc76352ed8fc365058
| -rw-r--r-- | core/java/android/os/DropBoxManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/os/DropBoxManager.java b/core/java/android/os/DropBoxManager.java index 3db1915ffb00..fa23458b7c6e 100644 --- a/core/java/android/os/DropBoxManager.java +++ b/core/java/android/os/DropBoxManager.java @@ -288,8 +288,8 @@ public class DropBoxManager { } /** - * Gets the next entry from the drop box *after* the specified time. - * Requires android.permission.READ_LOGS. You must always call + * Gets the next entry from the drop box <em>after</em> the specified time. + * Requires <code>android.permission.READ_LOGS</code>. You must always call * {@link Entry#close()} on the return value! * * @param tag of entry to look for, null for all tags |