summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mathew Inwood <mathewi@google.com> 2020-01-22 15:37:25 +0000
committer Mathew Inwood <mathewi@google.com> 2020-01-22 15:43:43 +0000
commitdbc20a773f79b1ee9719e94354745dc2535b5d1b (patch)
tree284773eb866fedb0bb7e3c718b2e668dc860435e
parent996edee3ebd25f5270ce374b372595cd6d670cb2 (diff)
Fix javadoc @link tags on @ChangeId constant.
In future, we will generate DAC docs form these javadoc comments. But due to the way that this works, the docs generation loses context of constants in classes that are not part of the SDK, meaning we can't refer to imported classes directly. To keep the links working, class references must be fully qualified. Bug: 144927670 Test: m Change-Id: I059698f224ce060600f69ef6c816d5a81d143968
-rw-r--r--services/core/java/com/android/server/am/OomAdjuster.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/am/OomAdjuster.java b/services/core/java/com/android/server/am/OomAdjuster.java
index 63331fab4aef..04297828ebfc 100644
--- a/services/core/java/com/android/server/am/OomAdjuster.java
+++ b/services/core/java/com/android/server/am/OomAdjuster.java
@@ -125,7 +125,7 @@ public final class OomAdjuster {
static final String OOM_ADJ_REASON_PROCESS_END = OOM_ADJ_REASON_METHOD + "_processEnd";
/**
- * Flag {@link Context#BIND_INCLUDE_CAPABILITIES} is used
+ * Flag {@link android.content.Context#BIND_INCLUDE_CAPABILITIES} is used
* to pass while-in-use capabilities from client process to bound service. In targetSdkVersion
* R and above, if client is a TOP activity, when this flag is present, bound service gets all
* while-in-use capabilities; when this flag is not present, bound service gets no while-in-use