Rename Class93 to Timer

This commit is contained in:
Pazaz 2022-04-19 06:22:27 -04:00
parent dadb112125
commit 67bedeef79
5 changed files with 6 additions and 6 deletions

View file

@ -20,9 +20,9 @@ public final class Static70 {
public static int anInt2015 = 0;
@OriginalMember(owner = "client!fi", name = "a", descriptor = "(B)Lclient!s;")
public static Class93 method1547() {
public static Timer method1547() {
try {
return (Class93) Class.forName("NanoTimer").getDeclaredConstructor().newInstance();
return (Timer) Class.forName("NanoTimer").getDeclaredConstructor().newInstance();
} catch (@Pc(15) Throwable local15) {
return new Class93_Sub1();
}