mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-08 00:38:38 +00:00
Reformat code
This commit is contained in:
@@ -15,7 +15,7 @@ import java.net.URL;
|
|||||||
/**
|
/**
|
||||||
* Parses scripts stored on the sdn of Parabot
|
* Parses scripts stored on the sdn of Parabot
|
||||||
*
|
*
|
||||||
* @author Everel, Paradox
|
* @author Paradox, Everel
|
||||||
*/
|
*/
|
||||||
public class SDNScripts extends ScriptParser {
|
public class SDNScripts extends ScriptParser {
|
||||||
private static AccountManager manager;
|
private static AccountManager manager;
|
||||||
@@ -43,7 +43,6 @@ public class SDNScripts extends ScriptParser {
|
|||||||
|
|
||||||
String line;
|
String line;
|
||||||
|
|
||||||
|
|
||||||
while ((line = br.readLine()) != null) {
|
while ((line = br.readLine()) != null) {
|
||||||
Object obj = parser.parse(line);
|
Object obj = parser.parse(line);
|
||||||
JSONObject jsonObject = (JSONObject) obj;
|
JSONObject jsonObject = (JSONObject) obj;
|
||||||
|
|||||||
Reference in New Issue
Block a user