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

Commit ade21170 authored by Shubham Ajmera's avatar Shubham Ajmera
Browse files

Fix Javadoc for StrictMode#permitUnbufferdIo

Bug: 35813076
Test: no tests
Change-Id: I2f71cad7a7a3f85908b322e2b83ba265c49adbad
parent 924878a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -477,7 +477,7 @@ public final class StrictMode {
            }

            /**
             * Detect unbuffered input/output operations.
             * Disable detection of unbuffered input/output operations.
             */
            public Builder permitUnbufferedIo() {
                return disable(DETECT_UNBUFFERED_IO);