diff --git a/media/java/android/media/MediaFormat.java b/media/java/android/media/MediaFormat.java
index e2825bb5fe9b1..b5cebe32ffdc1 100644
--- a/media/java/android/media/MediaFormat.java
+++ b/media/java/android/media/MediaFormat.java
@@ -72,7 +72,6 @@ import java.util.Map;
*
| {@link #KEY_AAC_DRC_ATTENUATION_FACTOR} | Integer | decoder-only, optional, if content is AAC audio, specifies the DRC attenuation factor. |
* | {@link #KEY_AAC_DRC_HEAVY_COMPRESSION} | Integer | decoder-only, optional, if content is AAC audio, specifies whether to use heavy compression. |
* | {@link #KEY_AAC_MAX_OUTPUT_CHANNEL_COUNT} | Integer | decoder-only, optional, if content is AAC audio, specifies the maximum number of channels the decoder outputs. |
- * | {@link #} | Integer | decoder-only, optional, if content is AAC audio, specifies . |
* | {@link #KEY_CHANNEL_MASK} | Integer | optional, a mask of audio channel assignments |
* | {@link #KEY_FLAC_COMPRESSION_LEVEL} | Integer | encoder-only, optional, if content is FLAC audio, specifies the desired compression level. |
*