diff options
| author | Jeff Sharkey <jsharkey@google.com> | 2017-05-09 22:56:18 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-05-09 22:56:23 +0000 |
| commit | bbc764e83af47a09f69a378eefdbd2c500c9889f (patch) | |
| tree | 5b5734eababdd986cd3fca643b063c5269403e28 /core/java/android | |
| parent | 37079af46dcf050ed65d7fffe918054d05cb62b7 (diff) | |
| parent | 412aa37fea4bfbb2878ba26e5f0708b003146671 (diff) | |
Merge "Fix broken SystemApi docs." into oc-dev
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/service/trust/TrustAgentService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/service/trust/TrustAgentService.java b/core/java/android/service/trust/TrustAgentService.java index 2b37a23fc646..5ef934ed88e3 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 { * <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; |
