Fix Javadoc for StrictMode#permitUnbufferdIo
Bug: 35813076 Test: no tests Change-Id: I2f71cad7a7a3f85908b322e2b83ba265c49adbad
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user