Skip to content
Snippets Groups Projects
Verified Commit 039f6d21 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improvements to Compatibility with JDK 8

parent 31f7e70b
No related branches found
No related tags found
1 merge request!2Draft: Jetpack compose rewrite
Pipeline #573 canceled
......@@ -41,7 +41,6 @@ class NullOutputStream : OutputStream() {
@Throws(IOException::class)
override fun write(b: ByteArray, off: Int, len: Int) {
Objects.checkFromIndexSize(off, len, b.size)
ensureOpen()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment