Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15d3a53b authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 721fc2ad: Fix build

* commit '721fc2ad':
  Fix build
parents 0087f225 721fc2ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1006,7 +1006,7 @@ public class ViewDebug {
        }

        final ArrayList<Field> declaredFields = new ArrayList();
        klass.getDeclaredFields(false, declaredFields);
        klass.getDeclaredFieldsUnchecked(false, declaredFields);

        final ArrayList<Field> foundFields = new ArrayList<Field>();
        final int count = declaredFields.size();
@@ -1049,7 +1049,7 @@ public class ViewDebug {
        }

        final ArrayList<Method> declaredMethods = new ArrayList();
        klass.getDeclaredMethods(false, declaredMethods);
        klass.getDeclaredMethodsUnchecked(false, declaredMethods);

        final ArrayList<Method> foundMethods = new ArrayList<Method>();
        final int count = declaredMethods.size();