From a3f4dafff792882995d6dcd1d198d1f451c24783 Mon Sep 17 00:00:00 2001 From: zaaarf Date: Mon, 27 Mar 2023 13:10:28 +0200 Subject: fix: TypeProxy.from access modifier --- src/main/java/ftbsc/lll/proxies/impl/TypeProxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ftbsc/lll/proxies/impl/TypeProxy.java b/src/main/java/ftbsc/lll/proxies/impl/TypeProxy.java index 9f613b0..7be1eb3 100644 --- a/src/main/java/ftbsc/lll/proxies/impl/TypeProxy.java +++ b/src/main/java/ftbsc/lll/proxies/impl/TypeProxy.java @@ -73,7 +73,7 @@ public class TypeProxy extends QualifiableProxy { * @param modifiers the access modifiers of the desired class * @return the built {@link TypeProxy} */ - protected static TypeProxy from(String fqn, int arrayLevel, int modifiers) { + public static TypeProxy from(String fqn, int arrayLevel, int modifiers) { return from(Type.getObjectType(nameToDescriptor(fqn, arrayLevel)), modifiers); } -- cgit v1.2.3-56-ga3b1