Reformat code

This commit is contained in:
JKetelaar
2014-07-20 17:13:38 +02:00
parent 82efc24d98
commit 802bba37a2
@@ -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;