Organize imports

Change-Id: I1aeb962e937090416b37a4852d8267946b7fdd75
This commit is contained in:
Dave Borowitz 2015-03-13 10:29:22 -07:00
parent 768a6bd07f
commit 2e5c337d24

View File

@ -18,10 +18,8 @@ import static com.google.common.net.HttpHeaders.CONTENT_ENCODING;
import static com.google.common.net.HttpHeaders.ETAG;
import static com.google.common.net.HttpHeaders.IF_NONE_MATCH;
import static com.google.gerrit.common.FileUtil.lastModified;
import static java.util.concurrent.TimeUnit.DAYS;
import static java.util.concurrent.TimeUnit.MINUTES;
import static javax.servlet.http.HttpServletResponse.SC_INTERNAL_SERVER_ERROR;
import static javax.servlet.http.HttpServletResponse.SC_NOT_FOUND;
import static javax.servlet.http.HttpServletResponse.SC_NOT_MODIFIED;