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

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

Merge "CloseGuard: Fix JavaDoc code sample to use correct API"

parents 34a5bbda ab2c291b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ import android.annotation.NonNull;
 * A simple example: <pre>   {@code
 *   class Foo {
 *
 *       private final CloseGuard guard = CloseGuard.get();
 *       private final CloseGuard guard = new CloseGuard();
 *
 *       ...
 *
@@ -64,7 +64,7 @@ import android.annotation.NonNull;
 * be deferred. For example: <pre>   {@code
 *   class Bar {
 *
 *       private final CloseGuard guard = CloseGuard.get();
 *       private final CloseGuard guard = new CloseGuard();
 *
 *       ...
 *