mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-28 10:58:15 -05:00
27 lines
575 B
Java
27 lines
575 B
Java
|
|
# Eagler Context Redacted Diff
|
|
# Copyright (c) 2024 lax1dude. All rights reserved.
|
|
|
|
# Version: 1.0
|
|
# Author: lax1dude
|
|
|
|
> DELETE 2 @ 2 : 6
|
|
|
|
> INSERT 8 : 13 @ 8
|
|
|
|
+ import com.google.common.base.Function;
|
|
+ import com.google.common.collect.Iterables;
|
|
+ import com.google.common.collect.Lists;
|
|
+ import com.google.common.collect.UnmodifiableIterator;
|
|
+
|
|
|
|
> CHANGE 32 : 33 @ 32 : 33
|
|
|
|
~ return (List<T>) Arrays.asList((Object[]) aobject);
|
|
|
|
> CHANGE 14 : 15 @ 14 : 15
|
|
|
|
~ ? Collections.singletonList((T[]) Cartesian.createArray(this.clazz, 0)).iterator()
|
|
|
|
> EOF
|