Remove unused @Slf4j annotations and imports
This commit is contained in:
@@ -29,14 +29,12 @@ import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.io.InputStreamReader;
|
||||
import java.util.UUID;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import net.runelite.http.api.RuneLiteAPI;
|
||||
import okhttp3.HttpUrl;
|
||||
import okhttp3.Request;
|
||||
import okhttp3.Response;
|
||||
import okhttp3.ResponseBody;
|
||||
|
||||
@Slf4j
|
||||
public class SessionClient
|
||||
{
|
||||
public UUID open() throws IOException
|
||||
|
||||
Reference in New Issue
Block a user