diff options
author | Neil Fuller <nfuller@google.com> | 2014-03-31 18:00:31 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2014-03-31 18:00:31 +0100 |
commit | c5b2915ad8865cc1907217e4b3dfdb838c3c843d (patch) | |
tree | 91194807c73b249403a06d6df4535ea5c9d28d8e /dex/src | |
parent | f9901b2d274fdc2aab890c1e51e09042605b1370 (diff) | |
download | libcore-c5b2915ad8865cc1907217e4b3dfdb838c3c843d.zip libcore-c5b2915ad8865cc1907217e4b3dfdb838c3c843d.tar.gz libcore-c5b2915ad8865cc1907217e4b3dfdb838c3c843d.tar.bz2 |
Fix a copy and paste doc error
Change-Id: I2a142f0a6e8348993b37666876d4f812a7e69986
Diffstat (limited to 'dex/src')
-rw-r--r-- | dex/src/main/java/com/android/dex/Dex.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/src/main/java/com/android/dex/Dex.java b/dex/src/main/java/com/android/dex/Dex.java index 116a33c..6667c99 100644 --- a/dex/src/main/java/com/android/dex/Dex.java +++ b/dex/src/main/java/com/android/dex/Dex.java @@ -469,7 +469,7 @@ public final class Dex { } /** - * Look up a type index index from a class def index. + * Look up an annotation directory offset from a class def index. */ public int annotationDirectoryOffsetFromClassDefIndex(int classDefIndex) { checkBounds(classDefIndex, tableOfContents.classDefs.size); |