mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Rename Class3_Sub2_Sub10_Sub2 to SoftReferenceNode
This commit is contained in:
parent
637bec9871
commit
6f6580ae90
2 changed files with 3 additions and 3 deletions
|
|
@ -8,6 +8,6 @@ public final class Class22_Sub1 extends Class22 {
|
|||
@OriginalMember(owner = "client!db", name = "a", descriptor = "(Lclient!gf;I)Lclient!gf;")
|
||||
@Override
|
||||
public final ReferenceNode method1027(@OriginalArg(0) ReferenceNode arg0) {
|
||||
return new Class3_Sub2_Sub10_Sub2(arg0.method3618());
|
||||
return new SoftReferenceNode(arg0.method3618());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@ import org.openrs2.deob.annotation.OriginalClass;
|
|||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!qd")
|
||||
public final class Class3_Sub2_Sub10_Sub2 extends ReferenceNode {
|
||||
public final class SoftReferenceNode extends ReferenceNode {
|
||||
|
||||
@OriginalMember(owner = "client!qd", name = "U", descriptor = "Ljava/lang/ref/SoftReference;")
|
||||
private final SoftReference aSoftReference1;
|
||||
|
||||
@OriginalMember(owner = "client!qd", name = "<init>", descriptor = "(Ljava/lang/Object;)V")
|
||||
public Class3_Sub2_Sub10_Sub2(@OriginalArg(0) Object arg0) {
|
||||
public SoftReferenceNode(@OriginalArg(0) Object arg0) {
|
||||
this.aSoftReference1 = new SoftReference(arg0);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue