Repository: cloudstack Updated Branches: refs/heads/volume-upload b0a96c4c8 -> a31e1bff3
volume upload: fixed build error from the commit b0a96c4c85f2d6dfe57ce3474ce95ebb3cec6d2a Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a31e1bff Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a31e1bff Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a31e1bff Branch: refs/heads/volume-upload Commit: a31e1bff3333fcfc6b5888b199d04397f7769c38 Parents: b0a96c4 Author: Rajani Karuturi <[email protected]> Authored: Tue Jan 20 12:44:05 2015 +0530 Committer: Rajani Karuturi <[email protected]> Committed: Tue Jan 20 12:44:05 2015 +0530 ---------------------------------------------------------------------- .../cloudstack/storage/resource/NfsSecondaryStorageResource.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a31e1bff/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java ---------------------------------------------------------------------- diff --git a/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java b/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java index c600135..246138d 100755 --- a/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java +++ b/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java @@ -35,7 +35,6 @@ import java.io.FileWriter; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; -import java.io.InterruptedIOException; import java.io.OutputStream; import java.math.BigInteger; import java.net.InetAddress; @@ -88,7 +87,6 @@ import org.apache.http.nio.protocol.HttpAsyncRequestHandler; import org.apache.http.nio.protocol.HttpAsyncService; import org.apache.http.nio.protocol.UriHttpAsyncRequestHandlerMapper; import org.apache.http.nio.reactor.IOEventDispatch; -import org.apache.http.nio.reactor.IOReactorException; import org.apache.http.nio.reactor.ListeningIOReactor; import org.apache.http.protocol.HttpContext; import org.apache.http.protocol.HttpProcessor;
