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

Commit 36387223 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "CloseGuard: Fix JavaDoc code sample to use correct API" am: 88d4019b am: 87a25e33

Change-Id: I0248f3f77dead262ebf536a357514e0c998376f1
parents 901ee527 87a25e33
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();
 *
 *       ...
 *