Fix checkstyle errors
This commit is contained in:
@@ -2,8 +2,8 @@ package net.runelite.rs.api;
|
||||
|
||||
import net.runelite.mapping.Import;
|
||||
|
||||
public interface RSFrameProvider {
|
||||
|
||||
public interface RSFrameProvider
|
||||
{
|
||||
@Import("js5Port")
|
||||
int getJs5Port();
|
||||
|
||||
|
||||
@@ -2,12 +2,11 @@ package net.runelite.rs.api;
|
||||
|
||||
import net.runelite.mapping.Import;
|
||||
|
||||
public interface RSMinimapRenderer {
|
||||
|
||||
public interface RSMinimapRenderer
|
||||
{
|
||||
@Import("cacheParentPaths")
|
||||
String[] getCacheParentPaths();
|
||||
|
||||
@Import("cacheParentPaths")
|
||||
void setCacheParentPaths(String[] cacheParentPaths);
|
||||
|
||||
}
|
||||
@@ -2,12 +2,11 @@ package net.runelite.rs.api;
|
||||
|
||||
import net.runelite.mapping.Import;
|
||||
|
||||
public interface RSTimer {
|
||||
|
||||
public interface RSTimer
|
||||
{
|
||||
@Import("cacheSubPaths")
|
||||
String[] getCacheSubPaths();
|
||||
|
||||
@Import("cacheSubPaths")
|
||||
void setCacheSubPaths(String[] cacheSubPaths);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user