mixins: checkstyle

This commit is contained in:
therealunull
2020-10-29 13:30:06 -04:00
parent a20bdb57cb
commit 35b9ee3ded
2 changed files with 1 additions and 5 deletions

View File

@@ -24,10 +24,8 @@
*/
package net.runelite.api;
import java.util.List;
import net.runelite.api.hooks.DrawCallbacks;
import java.awt.Canvas;
import net.runelite.api.hooks.DrawCallbacks;
/**
* Represents the client game engine.

View File

@@ -1977,7 +1977,6 @@ public abstract class RSClientMixin implements RSClient
client.setPcmSampleLength(var0);
}
// this exists because the original got inlined
@Inject
@Override
public void setOutdatedScript(String outdatedScript)
@@ -1985,8 +1984,7 @@ public abstract class RSClientMixin implements RSClient
if (!outdatedScripts.contains(outdatedScript))
outdatedScripts.add(outdatedScript);
}
// this exists because the original got inlined
@Inject
@Override
public List<String> getOutdatedScripts()