Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ojw28 committed Jan 17, 2017
1 parent 27b8c31 commit 48099ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@ private static BinaryFrame decodeBinaryFrame(ParsableByteArray id3Data, int fram
}

/**
* Performs in-place removal of unsynchronization for {@code length} bytes starting from {@link
* ParsableByteArray#getPosition()}
* Performs in-place removal of unsynchronization for {@code length} bytes starting from
* {@link ParsableByteArray#getPosition()}
*
* @param data Contains the data to be processed.
* @param length The length of the data to be processed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
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 {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import com.google.android.exoplayer2.util.Util;

/**
* WXXX (User defined URL link) ID3 frame.
* Url link ID3 frame.
*/
public final class UrlLinkFrame extends Id3Frame {

Expand Down

0 comments on commit 48099ee

Please # to comment.