commit | 94ffde79b3c5d313e5436fa8a6b06e714d57c7d0 | [log] [tgz] |
---|---|---|
author | Tyler Gunn <tgunn@google.com> | Fri Nov 17 08:36:41 2017 -0800 |
committer | Tyler Gunn <tgunn@google.com> | Fri Nov 17 08:36:41 2017 -0800 |
tree | b4be25ea73f9bdf48b6480b1f7d18a5829033f5a | |
parent | 12bc5b628996a1e180b30d562ea8678e93efdc8e [diff] [blame] |
Add missing } on @link tag. Test: Compiled code (this is a non-code change). Bug: 69439905 Change-Id: I334ef7d74ac9802378b43a8f95979dcaf82c592f
diff --git a/telecomm/java/android/telecom/RemoteConnection.java b/telecomm/java/android/telecom/RemoteConnection.java index f30d7bd..05480dc 100644 --- a/telecomm/java/android/telecom/RemoteConnection.java +++ b/telecomm/java/android/telecom/RemoteConnection.java
@@ -1065,7 +1065,7 @@ * * @param state The audio state of this {@code RemoteConnection}. * @hide - * @deprecated Use {@link #setCallAudioState(CallAudioState) instead. + * @deprecated Use {@link #setCallAudioState(CallAudioState)} instead. */ @SystemApi @Deprecated