summaryrefslogtreecommitdiff
path: root/src/main/ICommand.java
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2014-05-08 15:00:23 +0200
committerPeter Wu <peter@lekensteyn.nl>2014-05-08 15:00:23 +0200
commit4e0fcd499a14cfc621b256f4a28f0cafe22bfc8c (patch)
tree81292af6a93e69403d7db3c739af53bf0bbbf478 /src/main/ICommand.java
parent485cd738f404db14f4dc1066f98596e56879e26d (diff)
downloadTwitterDataAnalytics-4e0fcd499a14cfc621b256f4a28f0cafe22bfc8c.tar.gz
Delete junk
Diffstat (limited to 'src/main/ICommand.java')
-rw-r--r--src/main/ICommand.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main/ICommand.java b/src/main/ICommand.java
deleted file mode 100644
index 14419a2..0000000
--- a/src/main/ICommand.java
+++ /dev/null
@@ -1,14 +0,0 @@
-package main;
-
-/**
- * The standard interface for any command
- *
- * @author Maurice Laveaux
- */
-public interface ICommand {
-
- /**
- * Execute all the steps to complete this Command.
- */
- public void execute();
-}