removed invalid imports

This commit is contained in:
Inderjeet Singh 2014-03-09 08:23:05 +00:00
parent 67af0dd8f8
commit 0922af5be6

View File

@ -22,8 +22,6 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import com.google.gson.TypeAdapter;
import com.google.gson.functional.JsonAdapterAnnotationOnFieldsTest.Part;
import com.google.gson.functional.JsonAdapterAnnotationOnFieldsTest.PartJsonAdapter;
/**
* An annotation that indicates the Gson {@link TypeAdapter} to use with a class or a field.