haco20292 / dex2jar

Automatically exported from code.google.com/p/dex2jar
0 stars 0 forks source link

Method name #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
public interface DexMethodVisitor:

    DexAnnotationAble visitParamesterAnnotation(int index);

rename to

    DexAnnotationAble visitParameterAnnotation(int index);

Original issue reported on code.google.com by andrePan...@gmail.com on 24 Sep 2011 at 11:38