Proper code style environment package

This commit is contained in:
Clisprail
2014-02-19 23:41:19 +01:00
parent 37bd659b42
commit d236c21b18
12 changed files with 21 additions and 17 deletions
+2 -2
View File
@@ -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);