From 9b9e6656152083a86534f74616b93be21aa0d22d Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 30 Apr 2014 16:02:14 +0200 Subject: Drop shit from main --- src/main/Main.java | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/src/main/Main.java b/src/main/Main.java index 656e1ee..05429fb 100644 --- a/src/main/Main.java +++ b/src/main/Main.java @@ -200,28 +200,3 @@ public class Main { } } } - -/** - * OLD main - * public static void main(String[] args) throws IOException { - * TwitterApi api = TwitterApi.getAppOnly(); - - // create the object that queues and executes the commands. - CommandQueue queue = new CommandQueue(); - - // create the object that parses the arguments. - CommandParser parser = new CommandParser(queue, api); - - // parse the input arguments and create the command. - parser.parse(args); - - Scanner input = new Scanner(System.in); - - // parse the receiving data through the input - while (true) { - queue.executeAll(); - - // parse new input. - parser.parse(scanner.nextLine()); - } - */ -- cgit v1.2.1