From 412aa37fea4bfbb2878ba26e5f0708b003146671 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Tue, 9 May 2017 11:57:05 -0600 Subject: [PATCH] Fix broken SystemApi docs. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/service/trust/TrustAgentService.java b/core/java/android/service/trust/TrustAgentService.java index 2b37a23fc646f..5ef934ed88e35 100644 --- a/core/java/android/service/trust/TrustAgentService.java +++ b/core/java/android/service/trust/TrustAgentService.java @@ -347,7 +347,7 @@ public class TrustAgentService extends Service { *

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 options) { return false;