Commit 48099ee5 by Oliver Woodman

Fix comments

parent 27b8c31b
...@@ -586,8 +586,8 @@ public final class Id3Decoder implements MetadataDecoder { ...@@ -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.
......
...@@ -20,7 +20,7 @@ import android.os.Parcelable; ...@@ -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 {
......
...@@ -21,7 +21,7 @@ import android.os.Parcelable; ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment