File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test-app/build-tools/android-metadata-generator/src/src/com/telerik/metadata/bcl Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ private void init() {
38
38
return ;
39
39
}
40
40
boolean found = false ;
41
- String fullClassName = this . getClassName (clazz .getClassNameIndex ());
41
+ String fullClassName = getClassName (clazz .getClassNameIndex ());
42
42
if (fullClassName == null ) {
43
43
return ;
44
44
}
@@ -47,7 +47,7 @@ private void init() {
47
47
if (a instanceof InnerClasses ) {
48
48
InnerClass [] i = ((InnerClasses ) a ).getInnerClasses ();
49
49
for (InnerClass ic : i ) {
50
- String innerClassName = this . getClassName (ic .getInnerClassIndex ());
50
+ String innerClassName = getClassName (ic .getInnerClassIndex ());
51
51
52
52
if (fullClassName .equals (innerClassName )) {
53
53
int flags = ic .getInnerAccessFlags ();
You can’t perform that action at this time.
0 commit comments