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

Commit 33b52f22 authored by desperateCoder's avatar desperateCoder
Browse files

make nextcloud-android-bot happy...

parent 6866ea56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ public class NextcloudRetrofitServiceMethod<T> {
            return buffer.inputStream();
        }
        catch (final IOException e) {
            throw new RuntimeException("failed to build request-body", e);
            throw new IllegalStateException("failed to build request-body", e);
        }
    }