Commit 89cc0236 authored by sshivam95's avatar sshivam95 Committed by GitHub

Update TagClass.java

parent e217fd9a
...@@ -2,11 +2,9 @@ package app.insti; ...@@ -2,11 +2,9 @@ package app.insti;
import android.app.Activity; import android.app.Activity;
import android.content.Context; import android.content.Context;
import android.graphics.Color;
import android.support.v4.content.ContextCompat; import android.support.v4.content.ContextCompat;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Random;
/** /**
* Created by Shivam Sharma on 13-08-2018. * Created by Shivam Sharma on 13-08-2018.
...@@ -27,4 +25,4 @@ public class TagClass { ...@@ -27,4 +25,4 @@ public class TagClass {
public void setName(String name) { public void setName(String name) {
this.name = name; this.name = name;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment