Skip to content

Commit

Permalink
shade support
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Aug 29, 2023
1 parent bd039ab commit fb5e679
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class ASMUtils {
static {
paramMapping.put(
new MethodInfo(
"com.alibaba.fastjson2.util.ParameterizedTypeImpl",
ParameterizedTypeImpl.class.getName(),
"<init>",
new String[]{"[Ljava.lang.reflect.Type;", "java.lang.reflect.Type", "java.lang.reflect.Type"}
),
Expand Down Expand Up @@ -378,7 +378,7 @@ public static String[] lookupParameterNames(AccessibleObject methodOrCtor) {
return paramNames;
}

static class MethodInfo {
static final class MethodInfo {
final String className;
final String methodName;
final String[] paramTypeNames;
Expand Down

0 comments on commit fb5e679

Please sign in to comment.