mirror of
https://github.com/owncloud/android-library.git
synced 2025-07-25 10:55:56 +00:00
Delete unnecessary line
This commit is contained in:
parent
4c1f91e9ef
commit
53a5818688
@ -123,9 +123,6 @@ 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