Rename Class54 to LruHashTable

This commit is contained in:
Pazaz 2022-04-19 06:14:23 -04:00
parent 0a62e8bdf5
commit bb306c980f
11 changed files with 17 additions and 17 deletions

View file

@ -3,5 +3,5 @@ import org.openrs2.deob.annotation.OriginalMember;
public final class Static255 {
@OriginalMember(owner = "client!ul", name = "I", descriptor = "Lclient!gn;")
public static final Class54 aClass54_16 = new Class54(4);
public static final LruHashTable aClass54_16 = new LruHashTable(4);
}