xp tracker: clean up imports
This commit is contained in:
@@ -24,9 +24,7 @@
|
|||||||
*/
|
*/
|
||||||
package net.runelite.http.service.xp;
|
package net.runelite.http.service.xp;
|
||||||
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.time.Instant;
|
import java.time.Instant;
|
||||||
import java.util.concurrent.ExecutionException;
|
|
||||||
import net.runelite.http.api.xp.XpData;
|
import net.runelite.http.api.xp.XpData;
|
||||||
import net.runelite.http.service.xp.beans.XpEntity;
|
import net.runelite.http.service.xp.beans.XpEntity;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
@@ -48,7 +46,7 @@ public class XpTrackerController
|
|||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping("/get")
|
@RequestMapping("/get")
|
||||||
public XpData get(@RequestParam String username, @RequestParam(required = false) Instant time) throws IOException
|
public XpData get(@RequestParam String username, @RequestParam(required = false) Instant time)
|
||||||
{
|
{
|
||||||
if (time == null)
|
if (time == null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user