summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Laveaux <m.laveaux@student.tue.nl>2014-05-22 16:47:55 +0200
committerMaurice Laveaux <m.laveaux@student.tue.nl>2014-05-22 16:47:55 +0200
commit6c7590faf9d0689fedbc45752cf14467f6c7830a (patch)
treeeac570118c5fad7d9ca4df7669bc06fadc246f12
parent5d2112c9dbbb8b671d9ffcbc57aa0f1b47bce4d9 (diff)
downloadTwitterDataAnalytics-6c7590faf9d0689fedbc45752cf14467f6c7830a.tar.gz
Removed unused port.
* I dun goofed.
-rw-r--r--src/io/DataWriter.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/io/DataWriter.java b/src/io/DataWriter.java
index f3d4006..8027fdd 100644
--- a/src/io/DataWriter.java
+++ b/src/io/DataWriter.java
@@ -19,8 +19,6 @@ import java.util.logging.Level;
import java.util.logging.Logger;
import org.apache.commons.io.Charsets;
import org.apache.commons.io.IOUtils;
-import org.json.JSONException;
-import org.json.JSONObject;
import provider.ResultListener;
/**