Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit bd4517c1 authored by AndyScherzinger's avatar AndyScherzinger
Browse files

remove duplicate closing bracket

parent 2b72d2b4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -110,7 +110,6 @@ public class ChunkedUploadRemoteFileOperation extends UploadRemoteFileOperation
                    mPutMethod.releaseConnection();     // let the connection available
                                                        // for other methods
                }
                }

                mPutMethod = createPutMethod(uriPrefix, chunkCount, chunkIndex, chunkSizeStr, totalLengthStr, offset);