summaryrefslogtreecommitdiffstats
path: root/dx/src/com/android/jack/dx/dex/file/MethodAnnotationStruct.java
diff options
context:
space:
mode:
Diffstat (limited to 'dx/src/com/android/jack/dx/dex/file/MethodAnnotationStruct.java')
-rw-r--r--dx/src/com/android/jack/dx/dex/file/MethodAnnotationStruct.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/dx/src/com/android/jack/dx/dex/file/MethodAnnotationStruct.java b/dx/src/com/android/jack/dx/dex/file/MethodAnnotationStruct.java
index a12fa0f..a01882f 100644
--- a/dx/src/com/android/jack/dx/dex/file/MethodAnnotationStruct.java
+++ b/dx/src/com/android/jack/dx/dex/file/MethodAnnotationStruct.java
@@ -73,7 +73,6 @@ public final class MethodAnnotationStruct implements ToHuman, Comparable<MethodA
return method.compareTo(other.method);
}
- /** {@inheritDoc} */
public void addContents(DexFile file) {
MethodIdsSection methodIds = file.getMethodIds();
MixedItemSection wordData = file.getWordData();
@@ -82,7 +81,6 @@ public final class MethodAnnotationStruct implements ToHuman, Comparable<MethodA
annotations = wordData.intern(annotations);
}
- /** {@inheritDoc} */
public void writeTo(DexFile file, AnnotatedOutput out) {
int methodIdx = file.getMethodIds().indexOf(method);
int annotationsOff = annotations.getAbsoluteOffset();