OSDN Git Service

docs: Broken at link in Memory article.
authorEric Schmidt <erschmid@google.com>
Fri, 30 Sep 2016 16:53:54 +0000 (09:53 -0700)
committerEric Schmidt <erschmid@google.com>
Fri, 30 Sep 2016 16:53:54 +0000 (09:53 -0700)
Change-Id: Ia06dea536a891dd321cadcbe47212acbf6c067cc

docs/html/training/articles/memory.jd

index 8851121..a4e645a 100644 (file)
@@ -365,8 +365,8 @@ private ActivityManager.MemoryInfo getAvailableMemory() {
   You should generally avoid use of persistent services because of
   the on-going demands they place on available memory. Instead, we
   recommend that you use an alternative implementation
-  such as {@llink android.app.job.JobScheduler}. For more information about
-  how to use {@llink android.app.job.JobScheduler} to schedule background
+  such as {@link android.app.job.JobScheduler}. For more information about
+  how to use {@link android.app.job.JobScheduler} to schedule background
   processes, see
   <a href="/topic/performance/background-optimization.html">Background Optimizations</a>.
 <p>