Ad
  • Custom User Avatar

    you altered the return type of the method. it should return a List<Object>, not a List<Integer>. the input list can contain potentially any type, therefore so can the output, expect Strings