From bcaedc102d006b36eec926c2ce059b57d2f26472 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Fri, 16 Nov 2018 14:55:13 -0800 Subject: docs: Fixing typos. Doc is staged to: http://go/dac-stage/reference/android/media/audiofx/AudioEffect http://go/dac-stage/reference/android/media/audiofx/AudioEffect.OnControlStatusChangeListener http://go/dac-stage/reference/android/media/audiofx/AudioEffect.OnEnableStatusChangeListener Bug: 119656338 Change-Id: I813610941ae0f317944a75687f354cc9f66e8600 Exempt-From-Owner-Approval: Doc-only change Test: make ds-docs --- media/java/android/media/audiofx/AudioEffect.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media/java/android/media/audiofx/AudioEffect.java b/media/java/android/media/audiofx/AudioEffect.java index 24c595f5594e..5a1a1fca4320 100644 --- a/media/java/android/media/audiofx/AudioEffect.java +++ b/media/java/android/media/audiofx/AudioEffect.java @@ -982,7 +982,7 @@ public class AudioEffect { // -------------------- /** * The OnEnableStatusChangeListener interface defines a method called by the AudioEffect - * when a the enabled state of the effect engine was changed by the controlling application. + * when the enabled state of the effect engine was changed by the controlling application. */ public interface OnEnableStatusChangeListener { /** @@ -996,7 +996,7 @@ public class AudioEffect { /** * The OnControlStatusChangeListener interface defines a method called by the AudioEffect - * when a the control of the effect engine is gained or lost by the application + * when control of the effect engine is gained or lost by the application */ public interface OnControlStatusChangeListener { /** -- cgit v1.2.3-59-g8ed1b