1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Delete not needed import

This commit is contained in:
davigonz 2016-12-13 10:46:33 +01:00
parent 53a5818688
commit 09612b2dd9

View File

@ -32,7 +32,6 @@ import java.io.RandomAccessFile;
import java.nio.channels.FileChannel; import java.nio.channels.FileChannel;
import java.util.Random; import java.util.Random;
import org.apache.commons.httpclient.Header;
import org.apache.commons.httpclient.methods.PutMethod; import org.apache.commons.httpclient.methods.PutMethod;
import com.owncloud.android.lib.common.OwnCloudClient; import com.owncloud.android.lib.common.OwnCloudClient;
@ -122,7 +121,7 @@ public class ChunkedUploadRemoteFileOperation extends UploadRemoteFileOperation
} }
status = client.executeMethod(mPutMethod); status = client.executeMethod(mPutMethod);
if (status == 400) { if (status == 400) {
InvalidCharacterExceptionParser xmlParser = InvalidCharacterExceptionParser xmlParser =
new InvalidCharacterExceptionParser(); new InvalidCharacterExceptionParser();