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

Commit 54c2e293 authored by Philip Whitehouse's avatar Philip Whitehouse
Browse files

Fix checkstyle issues in WebDavStore

parent e590efaf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ import java.io.InputStreamReader;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
@@ -373,7 +372,7 @@ class WebDavFolder extends Folder<WebDavMessage> {
                if (store.getAuthentication() == WebDavConstants.AUTH_TYPE_BASIC) {
                    httpget.setHeader("Authorization", store.getAuthString());
                }
                response = httpclient.executeOverride(httpget, store.getContext());
                response = httpclient.executeOverride(httpget, store.getHttpContext());

                statusCode = response.getStatusLine().getStatusCode();

+211 −215

File changed.

Preview size limit exceeded, changes collapsed.