mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-05 16:49:41 +00:00
Proper code style environment package
This commit is contained in:
@@ -21,8 +21,8 @@ import org.parabot.core.ui.utils.UILog;
|
||||
*/
|
||||
public final class Landing {
|
||||
// forum account
|
||||
private static String username = null;
|
||||
private static String password = null;
|
||||
private static String username;
|
||||
private static String password;
|
||||
|
||||
public static void main(String... args) throws IOException {
|
||||
parseArgs(args);
|
||||
|
||||
Reference in New Issue
Block a user