rs-client: also remove Implements

This commit is contained in:
therealnull
2020-10-04 21:08:08 -04:00
parent e65c98287c
commit 5132683ecf
275 changed files with 71 additions and 548 deletions

View File

@@ -2,12 +2,10 @@ import java.io.DataInputStream;
import java.net.InetAddress;
import java.net.Socket;
import java.net.URL;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("fo")
@Implements("TaskHandler")
public class TaskHandler implements Runnable {
@ObfuscatedName("z")
public static String javaVendor;