fix checkstyle

(cherry picked from commit 8db4f197ef)
This commit is contained in:
Edison Su 2014-09-30 17:08:59 -07:00 committed by David Nalley
parent ae0bf7db5f
commit 9278a6378b
1 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@
package com.cloud.storage.template;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
@ -29,7 +28,6 @@ import java.net.URISyntaxException;
import java.net.URL;
import java.util.Date;
import org.apache.commons.httpclient.ChunkedInputStream;
import org.apache.commons.httpclient.Credentials;
import org.apache.commons.httpclient.Header;
import org.apache.commons.httpclient.HttpClient;