Loading core/java/android/os/StrictMode.java +1 −1 Original line number Diff line number Diff line Loading @@ -722,7 +722,7 @@ public final class StrictMode { } /** * Detect when an {@link java.io.Closeable} or other object with a explict termination * Detect when an {@link java.io.Closeable} or other object with an explicit termination * method is finalized without having been closed. * * <p>You always want to explicitly close such objects to avoid unnecessary resources Loading Loading
core/java/android/os/StrictMode.java +1 −1 Original line number Diff line number Diff line Loading @@ -722,7 +722,7 @@ public final class StrictMode { } /** * Detect when an {@link java.io.Closeable} or other object with a explict termination * Detect when an {@link java.io.Closeable} or other object with an explicit termination * method is finalized without having been closed. * * <p>You always want to explicitly close such objects to avoid unnecessary resources Loading