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

Commit 48f441a9 authored by Mario Đanić's avatar Mario Đanić Committed by GitHub
Browse files

Merge pull request #63 from nextcloud/fixCompile

fix compile after master merge
parents 33bfb0b0 df87f2ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -365,7 +365,7 @@ public class RemoteOperationResult implements Serializable {
                    continue;
                }
                if ("www-authenticate".equals(current.getName().toLowerCase())) {
                    mAuthenticate = current.getValue();
                    mAuthenticateHeaders.add(current.getValue());
                    break;
                }
            }