Remove unused import.

This commit is contained in:
Joel Leitch 2009-10-02 20:22:43 +00:00
parent 25ea878f66
commit b28864eaa0

View File

@ -17,7 +17,6 @@ package com.google.gson;
import junit.framework.TestCase;
import java.util.Iterator;
import java.util.NoSuchElementException;
/**