Rename Class22 to ReferenceNodeFactory

This commit is contained in:
Pazaz 2022-04-19 20:40:54 -04:00
parent af3eff8546
commit 0f15d9bac8
4 changed files with 5 additions and 5 deletions

View file

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