mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-08 00:38:38 +00:00
[CLEANUP] Formatted code
This commit is contained in:
@@ -36,10 +36,9 @@ public class PublicServerExecuter extends ServerExecuter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
private String serverName;
|
|
||||||
|
|
||||||
private PBLocalPreferences settings;
|
|
||||||
private final String cacheVersionKey = "cachedProviderVersion";
|
private final String cacheVersionKey = "cachedProviderVersion";
|
||||||
|
private String serverName;
|
||||||
|
private PBLocalPreferences settings;
|
||||||
|
|
||||||
public PublicServerExecuter(final String serverName) {
|
public PublicServerExecuter(final String serverName) {
|
||||||
this.serverName = serverName;
|
this.serverName = serverName;
|
||||||
|
|||||||
Reference in New Issue
Block a user