Remove unused Slf4j annotations and imports

This commit is contained in:
Jordan Atwood
2021-07-12 00:49:16 -07:00
parent f0b406e117
commit 1ea92b03ef
8 changed files with 0 additions and 16 deletions

View File

@@ -27,7 +27,6 @@ package net.runelite.http.service.cache;
import java.io.IOException;
import java.util.List;
import java.util.stream.Collectors;
import lombok.extern.slf4j.Slf4j;
import net.runelite.cache.ConfigType;
import net.runelite.cache.IndexType;
import net.runelite.cache.definitions.ItemDefinition;
@@ -53,7 +52,6 @@ import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/cache")
@Slf4j
public class CacheController
{
@Autowired