Removed TODO

git-svn-id: https://smali.googlecode.com/svn/trunk@73 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2009-06-04 02:39:27 +00:00
parent 608ed0ef87
commit 89063e593b

View File

@ -34,7 +34,6 @@ import java.util.ArrayList;
import java.util.List; import java.util.List;
import java.util.Collections; import java.util.Collections;
//TODO: fix field names in dex-format.html and submit
public class AnnotationDirectoryItem extends OffsettedItem<AnnotationDirectoryItem> { public class AnnotationDirectoryItem extends OffsettedItem<AnnotationDirectoryItem> {
private final ArrayList<FieldAnnotation> fieldAnnotationList = new ArrayList<FieldAnnotation>(); private final ArrayList<FieldAnnotation> fieldAnnotationList = new ArrayList<FieldAnnotation>();
private final ArrayList<MethodAnnotation> methodAnnotationList = new ArrayList<MethodAnnotation>(); private final ArrayList<MethodAnnotation> methodAnnotationList = new ArrayList<MethodAnnotation>();