mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 03:50:24 -07:00
Rename Class22 to ReferenceNodeFactory
This commit is contained in:
parent
af3eff8546
commit
0f15d9bac8
4 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue