summaryrefslogtreecommitdiff
path: root/src/Chapter5/support/HashTagDS.java
diff options
context:
space:
mode:
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;
-
-}