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

Commit b8648ae0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix Javadoc for StrictMode#permitUnbufferdIo"

parents 06a192fa ade21170
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);