Rename Class22_Sub1 to SoftReferenceNodeFactory

This commit is contained in:
Pazaz 2022-04-19 20:40:36 -04:00
parent 6f6580ae90
commit af3eff8546
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ public final class Static44 {
@OriginalMember(owner = "client!dh", name = "b", descriptor = "(I)Lclient!q;")
public static Class22 method1147() {
try {
return (Class22) Class.forName("Class22_Sub1").getDeclaredConstructor().newInstance();
return (Class22) Class.forName("SoftReferenceNodeFactory").getDeclaredConstructor().newInstance();
} catch (@Pc(15) Throwable local15) {
return null;
}