mirror of
https://github.com/owncloud/android-library.git
synced 2025-07-24 02:16:02 +00:00
Delete unnecessary line
This commit is contained in:
parent
4c1f91e9ef
commit
53a5818688
@ -122,10 +122,7 @@ public class ChunkedUploadRemoteFileOperation extends UploadRemoteFileOperation
|
|||||||
}
|
}
|
||||||
|
|
||||||
status = client.executeMethod(mPutMethod);
|
status = client.executeMethod(mPutMethod);
|
||||||
|
|
||||||
// DELETE NEXT LINE
|
|
||||||
Header[] headers = mPutMethod.getResponseHeaders();
|
|
||||||
|
|
||||||
if (status == 400) {
|
if (status == 400) {
|
||||||
InvalidCharacterExceptionParser xmlParser =
|
InvalidCharacterExceptionParser xmlParser =
|
||||||
new InvalidCharacterExceptionParser();
|
new InvalidCharacterExceptionParser();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user