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

Commit 02bf7283 authored by Robert Wiebe's avatar Robert Wiebe
Browse files

Revert okhttp dependency and add a comment to reflect the reason its not being updated

parent 74978492
Loading
Loading
Loading
Loading
+0 −16
Original line number Original line Diff line number Diff line
package com.nextcloud.android.sso.helper;
package com.nextcloud.android.sso.helper;


import org.jetbrains.annotations.NotNull;

import java.io.IOException;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStream;
import java.nio.ByteBuffer;
import java.nio.ByteBuffer;
@@ -277,18 +275,4 @@ public class BufferedSourceSSO implements BufferedSource {
    public int read(ByteBuffer dst) throws IOException {
    public int read(ByteBuffer dst) throws IOException {
        throw new UnsupportedOperationException("Not implemented");
        throw new UnsupportedOperationException("Not implemented");
    }
    }

    @NotNull
    @Override
    public Buffer getBuffer()
    {
        throw new UnsupportedOperationException("Not implemented");
    }

    @NotNull
    @Override
    public BufferedSource peek()
    {
        throw new UnsupportedOperationException("Not implemented");
    }
}
}