We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
final
1 parent 0350e29 commit 0a7e7f3Copy full SHA for 0a7e7f3
1 file changed
src/main/java/gregtech/api/util/GTUtility.java
@@ -76,7 +76,7 @@
76
import java.util.function.Function;
77
import java.util.function.Predicate;
78
79
-public final class GTUtility {
+public class GTUtility {
80
81
public static <T> String[] mapToString(T[] array, Function<T, String> mapper) {
82
String[] result = new String[array.length];
0 commit comments