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

Commit 87a25e33 authored by David Su's avatar David Su Committed by android-build-merger
Browse files

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

am: 88d4019b

Change-Id: Ia7a2358ca77ec0b25817f4b52c6793648933e2c4
parents 15e93057 88d4019b
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();
 *
 *       ...
 *