The annotation visibility should be lowercase

git-svn-id: https://smali.googlecode.com/svn/trunk@358 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2009-08-05 03:56:34 +00:00
parent 0deaf0b93a
commit 8140e9fca2

View File

@ -44,7 +44,7 @@ public class AnnotationAdaptor {
} }
public String getVisibility() { public String getVisibility() {
return annotationItem.getVisibility().name(); return annotationItem.getVisibility().name().toLowerCase();
} }
public TypeReference getAnnotationType() { public TypeReference getAnnotationType() {