summaryrefslogtreecommitdiff
path: root/src/Chapter5/support/HashTagDS.java
diff options
context:
space:
mode:
authorMaurice Laveaux <m.laveaux@student.tue.nl>2014-05-22 16:33:24 +0200
committerMaurice Laveaux <m.laveaux@student.tue.nl>2014-05-22 16:33:24 +0200
commit4f32eedd2bd49837cc297acce399c108e8b558a7 (patch)
treee80ceb3fdf38db9552b52bd7f0c6b209c6c4bc28 /src/Chapter5/support/HashTagDS.java
parent1da00321db0aa8c412c3ff1dff5734962ee49240 (diff)
downloadTwitterDataAnalytics-4f32eedd2bd49837cc297acce399c108e8b558a7.tar.gz
Removed unused source files
* Removed the shitty examples.
Diffstat (limited to 'src/Chapter5/support/HashTagDS.java')
-rw-r--r--src/Chapter5/support/HashTagDS.java18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/Chapter5/support/HashTagDS.java b/src/Chapter5/support/HashTagDS.java
deleted file mode 100644
index b338b6d..0000000
--- a/src/Chapter5/support/HashTagDS.java
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-
-package Chapter5.support;
-
-/**
- *
- * @author shamanth
- */
-public class HashTagDS
-{
- public String groupname;
- public String[] tags;
- public String color;
-
-}