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

Commit 957e68c0 authored by Robert Schaub's avatar Robert Schaub Committed by Android Git Automerger
Browse files

am ea1b8f4a: am 71647af1: am cf05e318: am 2a1be1bc: Docs: Added declaration to...

am ea1b8f4a: am 71647af1: am cf05e318: am 2a1be1bc: Docs: Added declaration to code fragment Bug: 21030774

* commit 'ea1b8f4a':
  Docs: Added declaration to code fragment Bug: 21030774
parents c8183ef0 ea1b8f4a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -139,7 +139,8 @@ rotates the device).
<p>Here is an example of a singleton class that provides {@code RequestQueue} and
{@code ImageLoader} functionality:</p>

<pre>private static MySingleton mInstance;
<pre>public class MySingleton {
    private static MySingleton mInstance;
    private RequestQueue mRequestQueue;
    private ImageLoader mImageLoader;
    private static Context mCtx;