Fix comments

This commit is contained in:
Oliver Woodman 2017-01-17 15:33:35 +00:00
parent 27b8c31b85
commit 48099ee52e
3 changed files with 4 additions and 4 deletions

View file

@ -586,8 +586,8 @@ public final class Id3Decoder implements MetadataDecoder {
} }
/** /**
* Performs in-place removal of unsynchronization for {@code length} bytes starting from {@link * Performs in-place removal of unsynchronization for {@code length} bytes starting from
* ParsableByteArray#getPosition()} * {@link ParsableByteArray#getPosition()}
* *
* @param data Contains the data to be processed. * @param data Contains the data to be processed.
* @param length The length of the data to be processed. * @param length The length of the data to be processed.

View file

@ -20,7 +20,7 @@ import android.os.Parcelable;
import com.google.android.exoplayer2.util.Util; import com.google.android.exoplayer2.util.Util;
/** /**
* Text information ("T000" - "TZZZ", excluding "TXXX") ID3 frame. * Text information ID3 frame.
*/ */
public final class TextInformationFrame extends Id3Frame { public final class TextInformationFrame extends Id3Frame {

View file

@ -21,7 +21,7 @@ import android.os.Parcelable;
import com.google.android.exoplayer2.util.Util; import com.google.android.exoplayer2.util.Util;
/** /**
* WXXX (User defined URL link) ID3 frame. * Url link ID3 frame.
*/ */
public final class UrlLinkFrame extends Id3Frame { public final class UrlLinkFrame extends Id3Frame {