OSDN Git Service

Fix broken SystemApi docs.
authorJeff Sharkey <jsharkey@android.com>
Tue, 9 May 2017 17:57:05 +0000 (11:57 -0600)
committerJeff Sharkey <jsharkey@android.com>
Tue, 9 May 2017 17:57:10 +0000 (11:57 -0600)
These broken docs were causing the docs build to completely fail.

Test: make -j32 online-system-api-sdk-docs
Bug: 38164929
Change-Id: I7f5fd4922e20e1a42af953f86f3c652655bc9192

core/java/android/service/trust/TrustAgentService.java

index 2b37a23..5ef934e 100644 (file)
@@ -347,7 +347,7 @@ public class TrustAgentService extends Service {
      * <p>Agents that support configuration options should overload this method and return 'true'.
      *
      * @param options The aggregated list of options or an empty list if no restrictions apply.
-     * @return true if the {@link } supports configuration options.
+     * @return true if it supports configuration options.
      */
     public boolean onConfigure(List<PersistableBundle> options) {
         return false;