Rename Class93_Sub1 to MillisTimer

This commit is contained in:
Pazaz 2022-04-19 06:24:02 -04:00
parent 67bedeef79
commit c9f355cf3c
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ public final class Static70 {
try {
return (Timer) Class.forName("NanoTimer").getDeclaredConstructor().newInstance();
} catch (@Pc(15) Throwable local15) {
return new Class93_Sub1();
return new MillisTimer();
}
}